Searched refs:TARGET_MIX_SSE_I387 (Results 1 – 5 of 5) sorted by relevance
228 #define TARGET_MIX_SSE_I387 ((ix86_fpmath & FPMATH_SSE) \ macro534 (TARGET_MIX_SSE_I387 ? -1 : TARGET_SSE_MATH ? 0 : 2)
16791 if (TARGET_SSE_MATH && !TARGET_MIX_SSE_I387 && SSE_FLOAT_MODE_P (mode)) in ix86_preferred_reload_class()
279 #define TARGET_MIX_SSE_I387 ((ix86_fpmath & FPMATH_SSE) \ macro687 (TARGET_MIX_SSE_I387 ? -1 : TARGET_SSE_MATH ? 1 : 2)
10572 (TARGET_SSE2, TARGET_MIX_SSE_I387): New.
1845 (TARGET_MIX_SSE_I387): Use ix86_fpmath.