Searched refs:INTEGER_CLASS_P (Results 1 – 8 of 8) sorted by relevance
1287 #define INTEGER_CLASS_P(CLASS) \ macro
19275 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()
18448 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()
1409 #define INTEGER_CLASS_P(CLASS) \ macro
24690 * config/i386/i386.c (ix86_secondary_reload): Use INTEGER_CLASS_P and38302 * config/i386/i386.c (ix86_spill_class): Use INTEGER_CLASS_P macro.
25423 * i386.h (INTEGER_CLASS_P, MAYBE_INTEGER_CLASS_P): New.
23378 IS_STACK_MODE, INTEGER_CLASS_P, FLOAT_CLASS_P and Q_CLASS_P macros.
35245 (INTEGER_CLASS_P): Add parenthesis and wrap.