HomeSort by: relevance | last modified time | path
    Searched defs:mhalf (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 18674 rtx x0, e0, e1, e2, e3, mthree, mhalf; local
18706 mhalf = const_double_from_real_value (r, SFmode);
18712 mhalf = ix86_build_const_vector (mode, true, mhalf);
18769 mhalf = force_reg (mode, mhalf);
18772 emit_insn (gen_rtx_SET (e3, gen_rtx_MULT (mode, x0, mhalf)));
18775 emit_insn (gen_rtx_SET (e3, gen_rtx_MULT (mode, e0, mhalf)));
19359 rtx xa, xa2, dxa, TWO52, tmp, half, mhalf, one, res, mask; local
19384 mhalf = expand_simple_binop (mode, MINUS, half, one, NULL_RTX
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 10817 rtx x0, e0, e1, e2, mhalf, monehalf; local
10827 mhalf = const_double_from_real_value (r, SFmode);
10835 mhalf = loongarch_build_const_vector (mode, true, mhalf);
10878 mhalf = force_reg (mode, mhalf);
10882 mhalf, monehalf)));
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 17576 rtx x0, e0, e1, e2, e3, mthree, mhalf; local
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; local
18284 mhalf = expand_simple_binop (mode, MINUS, half, one, NULL_RTX
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 23159 rtx mhalf;
23165 mhalf = rs6000_load_constant_and_splat (mode, dconsthalf);
23193 emit_insn (gen_mul (h, e, mhalf));
23200 rs6000_emit_nmsub (t, g, h, mhalf);
23212 rs6000_emit_nmsub (t1, g, h, mhalf);
23226 rs6000_emit_nmsub (t, g, h, mhalf);
23115 rtx mhalf; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 22681 rtx mhalf;
22687 mhalf = rs6000_load_constant_and_splat (mode, dconsthalf);
22715 emit_insn (gen_mul (h, e, mhalf));
22722 rs6000_emit_nmsub (t, g, h, mhalf);
22734 rs6000_emit_nmsub (t1, g, h, mhalf);
22748 rs6000_emit_nmsub (t, g, h, mhalf);
22637 rtx mhalf; local

Completed in 70 milliseconds