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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c16200 dxa = xa2 - xa;
16201 if (dxa <= -0.5)
16203 else if (dxa > 0.5)
16209 rtx xa, xa2, dxa, TWO52, tmp, half, mhalf, one, res, mask; local
16229 /* dxa = xa2 - xa; */
16230 dxa = expand_simple_binop (mode, MINUS, xa2, xa, NULL_RTX, 0, OPTAB_DIRECT);
16239 /* xa2 = xa2 - (dxa > 0.5 ? 1 : 0) */
16240 tmp = ix86_expand_sse_compare_mask (UNGT, dxa, half, false);
16243 /* xa2 = xa2 + (dxa <= -0.5 ? 1 : 0) */
16244 tmp = ix86_expand_sse_compare_mask (UNGE, mhalf, dxa, fals
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc18200 dxa = xa2 - xa;
18201 if (dxa <= -0.5)
18203 else if (dxa > 0.5)
18209 rtx xa, xa2, dxa, TWO52, tmp, half, mhalf, one, res, mask; local
18228 /* dxa = xa2 - xa; */
18229 dxa = expand_simple_binop (mode, MINUS, xa2, xa, NULL_RTX, 0, OPTAB_DIRECT);
18238 /* xa2 = xa2 - (dxa > 0.5 ? 1 : 0) */
18239 tmp = ix86_expand_sse_compare_mask (UNGT, dxa, half, false);
18242 /* xa2 = xa2 + (dxa <= -0.5 ? 1 : 0) */
18243 tmp = ix86_expand_sse_compare_mask (UNGE, mhalf, dxa, fals
[all...]

Completed in 321 milliseconds