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

/netbsd-current/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn.cc2930 rtx fp_hi = gcn_operand_part (Pmode, fp, 1); local
2977 emit_insn (gen_addcsi3_scalar (fp_hi, sp_hi,
3033 rtx fp_hi = simplify_gen_subreg (SImode, fp, DImode, 4); local
3041 emit_insn (gen_andsi3_scc (fp_hi, gen_rtx_REG (SImode, 1),
3045 emit_insn (gen_addcsi3_scalar_zero (fp_hi, fp_hi, scc));
3061 emit_insn (gen_addcsi3_scalar_zero (sp_hi, fp_hi, scc));
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn.c2868 rtx fp_hi = simplify_gen_subreg (SImode, fp, DImode, 4); local
2876 emit_insn (gen_andsi3_scc (fp_hi, gen_rtx_REG (SImode, 1),
2880 emit_insn (gen_addcsi3_scalar_zero (fp_hi, fp_hi, scc));
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc1853 rtx fp_lo, fp_hi, x; local
1856 fp_hi = gen_reg_rtx (DFmode);
1858 emit_insn (gen_floatsidf2 (fp_hi, gen_highpart (SImode, input)));
1862 fp_hi = expand_simple_binop (DFmode, MULT, fp_hi, x, fp_hi, 0, OPTAB_DIRECT);
1866 x = expand_simple_binop (DFmode, PLUS, fp_hi, fp_lo, target,
1878 rtx fp_hi, fp_lo, int_hi, int_lo, x; local
1886 fp_hi = gen_reg_rtx (SFmode);
1888 emit_insn (gen_floatsisf2 (fp_hi, int_h
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c1582 rtx fp_lo, fp_hi, x; local
1585 fp_hi = gen_reg_rtx (DFmode);
1587 emit_insn (gen_floatsidf2 (fp_hi, gen_highpart (SImode, input)));
1591 fp_hi = expand_simple_binop (DFmode, MULT, fp_hi, x, fp_hi, 0, OPTAB_DIRECT);
1595 x = expand_simple_binop (DFmode, PLUS, fp_hi, fp_lo, target,
1607 rtx fp_hi, fp_lo, int_hi, int_lo, x; local
1615 fp_hi = gen_reg_rtx (SFmode);
1617 emit_insn (gen_floatsisf2 (fp_hi, int_h
[all...]

Completed in 270 milliseconds