Home
last modified time | relevance | path

Searched refs:LIMIT_RELOAD_CLASS (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDreload.c1226 #ifdef LIMIT_RELOAD_CLASS in push_reload()
1228 class = LIMIT_RELOAD_CLASS (inmode, class); in push_reload()
1230 class = LIMIT_RELOAD_CLASS (GET_MODE (SUBREG_REG (in)), class); in push_reload()
1233 class = LIMIT_RELOAD_CLASS (outmode, class); in push_reload()
1235 class = LIMIT_RELOAD_CLASS (GET_MODE (SUBREG_REG (out)), class); in push_reload()
HDChangeLog-200123768 * config/m68hc11/m68hc11.h (LIMIT_RELOAD_CLASS): Don't define.
27603 (LIMIT_RELOAD_CLASS): Avoid limiting of QImodes on x86_64.
HDFSFChangeLog.115018 * m68k.h (LIMIT_RELOAD_CLASS): Define.
HDChangeLog-19991581 (PREFERRED_OUTPUT_RELOAD_CLASS, LIMIT_RELOAD_CLASS): Likewise.
HDChangeLog-200018651 (LIMIT_RELOAD_CLASS): Similarly.
HDChangeLog-200233090 * config/i386/i386.h (LIMIT_RELOAD_CLASS): Handle LEGACY_REGS
/freebsd-11-stable/contrib/gcc/config/i386/
HDi386.h1277 #define LIMIT_RELOAD_CLASS(MODE, CLASS) \ macro
/freebsd-11-stable/contrib/gcc/doc/
HDtm.texi2451 @defmac LIMIT_RELOAD_CLASS (@var{mode}, @var{class})