Home
last modified time | relevance | path

Searched refs:SSE_CLASS_P (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.cc19301 return SSE_CLASS_P (regclass) ? regclass : NO_REGS; in ix86_preferred_reload_class()
19387 && SSE_CLASS_P (rclass) in ix86_secondary_reload()
19429 && SSE_CLASS_P (rclass) in ix86_secondary_reload()
19502 || MAYBE_SSE_CLASS_P (class1) != SSE_CLASS_P (class1) in inline_secondary_memory_needed()
19503 || MAYBE_SSE_CLASS_P (class2) != SSE_CLASS_P (class2) in inline_secondary_memory_needed()
19530 if (SSE_CLASS_P (class1) != SSE_CLASS_P (class2)) in inline_secondary_memory_needed()
19554 if ((SSE_CLASS_P (class1) && !TARGET_INTER_UNIT_MOVES_FROM_VEC) in inline_secondary_memory_needed()
19555 || (SSE_CLASS_P (class2) && !TARGET_INTER_UNIT_MOVES_TO_VEC)) in inline_secondary_memory_needed()
19711 if (SSE_CLASS_P (regclass)) in inline_memory_move_cost()
19886 if (SSE_CLASS_P (class1) != SSE_CLASS_P (class2)) in ix86_register_move_cost()
[all …]
Di386.h1291 #define SSE_CLASS_P(CLASS) \ macro
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200718983 (SSE_CLASS_P): Use reg_class_subset_p between SSE_REGS.
DChangeLog-200129801 * i386.h (SSE_CLASS_P, MMX_CLASS_P, MAYBE_FLOAT_CLASS_P,
DChangeLog-200534097 * config/i386/i386.h (SSE_CLASS_P, MMX_CLASS_P): Use straight equality.
DChangeLog-200235247 (SSE_CLASS_P): Likewise.
DChangeLog-201321881 (SSE_CLASS_P, MAYBE_SSE_CLASS_P): Replace SSE_REGS with ALL_SSE_REGS.