Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c35377 rtx xa, xa2, dxa, TWO52, tmp, label, half, mhalf, one, res, mask; in ix86_expand_rounddf_32() local
35397 dxa = expand_simple_binop (mode, MINUS, xa2, xa, NULL_RTX, 0, OPTAB_DIRECT); in ix86_expand_rounddf_32()
35408 tmp = ix86_expand_sse_compare_mask (UNGT, dxa, half, false); in ix86_expand_rounddf_32()
35413 tmp = ix86_expand_sse_compare_mask (UNGE, mhalf, dxa, false); in ix86_expand_rounddf_32()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c45757 rtx xa, xa2, dxa, TWO52, tmp, half, mhalf, one, res, mask; in ix86_expand_rounddf_32() local
45778 dxa = expand_simple_binop (mode, MINUS, xa2, xa, NULL_RTX, 0, OPTAB_DIRECT); in ix86_expand_rounddf_32()
45789 tmp = ix86_expand_sse_compare_mask (UNGT, dxa, half, false); in ix86_expand_rounddf_32()
45793 tmp = ix86_expand_sse_compare_mask (UNGE, mhalf, dxa, false); in ix86_expand_rounddf_32()