Lines Matching defs:mhalf
17576 rtx x0, e0, e1, e2, e3, mthree, mhalf;
17608 mhalf = const_double_from_real_value (r, SFmode);
17614 mhalf = ix86_build_const_vector (mode, true, mhalf);
17671 mhalf = force_reg (mode, mhalf);
17674 emit_insn (gen_rtx_SET (e3, gen_rtx_MULT (mode, x0, mhalf)));
17677 emit_insn (gen_rtx_SET (e3, gen_rtx_MULT (mode, e0, mhalf)));
18259 rtx xa, xa2, dxa, TWO52, tmp, half, mhalf, one, res, mask;
18284 mhalf = expand_simple_binop (mode, MINUS, half, one, NULL_RTX,
18293 tmp = ix86_expand_sse_compare_mask (UNGE, mhalf, dxa, false);