Home
last modified time | relevance | path

Searched refs:TARGET_MIX_SSE_I387 (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/gcc/gcc/config/i386/
H A Di386.h228 #define TARGET_MIX_SSE_I387 ((ix86_fpmath & FPMATH_SSE) \ macro
534 (TARGET_MIX_SSE_I387 ? -1 : TARGET_SSE_MATH ? 0 : 2)
H A Di386.c16791 if (TARGET_SSE_MATH && !TARGET_MIX_SSE_I387 && SSE_FLOAT_MODE_P (mode)) in ix86_preferred_reload_class()
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Di386.h279 #define TARGET_MIX_SSE_I387 ((ix86_fpmath & FPMATH_SSE) \ macro
687 (TARGET_MIX_SSE_I387 ? -1 : TARGET_SSE_MATH ? 1 : 2)
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.510572 (TARGET_SSE2, TARGET_MIX_SSE_I387): New.
H A DChangeLog.61845 (TARGET_MIX_SSE_I387): Use ix86_fpmath.