Searched refs:is_sse (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c8695 int is_sse = SSE_REG_P (operands[0]) || SSE_REG_P (operands[1]) || SSE_REG_P (operands[2]);
8710 gcc_assert (is_sse);
8755 if (is_sse)
9109 int is_sse = SSE_REG_P (operands[0]) || SSE_REG_P (operands[1]);
9122 if (is_sse)
10273 int is_sse = TARGET_SSE_MATH && SSE_FLOAT_MODE_P (op_mode);
10281 if (!is_sse
8671 int is_sse = SSE_REG_P (operands[0]) || SSE_REG_P (operands[1]) || SSE_REG_P (operands[2]); local
9085 int is_sse = SSE_REG_P (operands[0]) || SSE_REG_P (operands[1]); local
10248 int is_sse = TARGET_SSE_MATH && SSE_FLOAT_MODE_P (op_mode); local

Completed in 101 milliseconds