Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.h1287 #define INTEGER_CLASS_P(CLASS) \ macro
H A Di386.cc19275 if (INTEGER_CLASS_P (regclass)) in ix86_preferred_reload_class()
19308 return INTEGER_CLASS_P (regclass) ? regclass : NO_REGS; in ix86_preferred_reload_class()
19354 && INTEGER_CLASS_P (rclass) in ix86_secondary_reload()
19370 && INTEGER_CLASS_P (rclass) in ix86_secondary_reload()
19525 if (!(INTEGER_CLASS_P (class1) || INTEGER_CLASS_P (class2)) in inline_secondary_memory_needed()
19536 if (!(INTEGER_CLASS_P (class1) || INTEGER_CLASS_P (class2))) in inline_secondary_memory_needed()
23075 && INTEGER_CLASS_P (rclass)) in ix86_spill_class()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c18448 if (INTEGER_CLASS_P (regclass)) in ix86_preferred_reload_class()
18473 return INTEGER_CLASS_P (regclass) ? regclass : NO_REGS; in ix86_preferred_reload_class()
18517 && INTEGER_CLASS_P (rclass) in ix86_secondary_reload()
18533 && INTEGER_CLASS_P (rclass) in ix86_secondary_reload()
18660 if (!(INTEGER_CLASS_P (class1) || INTEGER_CLASS_P (class2)) in inline_secondary_memory_needed()
18672 if (!(INTEGER_CLASS_P (class1) || INTEGER_CLASS_P (class2)) in inline_secondary_memory_needed()
21774 && INTEGER_CLASS_P (rclass)) in ix86_spill_class()
H A Di386.h1409 #define INTEGER_CLASS_P(CLASS) \ macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201324690 * config/i386/i386.c (ix86_secondary_reload): Use INTEGER_CLASS_P and
38302 * config/i386/i386.c (ix86_spill_class): Use INTEGER_CLASS_P macro.
H A DChangeLog-200125423 * i386.h (INTEGER_CLASS_P, MAYBE_INTEGER_CLASS_P): New.
H A DChangeLog-201623378 IS_STACK_MODE, INTEGER_CLASS_P, FLOAT_CLASS_P and Q_CLASS_P macros.
H A DChangeLog-200235245 (INTEGER_CLASS_P): Add parenthesis and wrap.