Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dinternal-fn.cc1904 rtx hipart1 = expand_shift (RSHIFT_EXPR, mode, op1, hprec, in expand_mul_overflow() local
1906 hipart1 = convert_modes (hmode, mode, hipart1, uns); in expand_mul_overflow()
1977 do_compare_rtx_and_jump (signbit1, hipart1, NE, true, hmode, in expand_mul_overflow()
2003 emit_move_insn (hipart, hipart1); in expand_mul_overflow()
2010 do_compare_rtx_and_jump (signbit1, hipart1, NE, true, hmode, in expand_mul_overflow()
2137 tem = expand_simple_binop (hmode, PLUS, hipart1, const1_rtx, in expand_mul_overflow()
2150 do_compare_rtx_and_jump (hipart0, hipart1, NE, true, hmode, in expand_mul_overflow()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.md17004 rtx hipart1 = gen_reg_rtx (SImode);
17016 emit_move_insn (hipart1, gen_lowpart (SImode, shift1));
17019 emit_move_insn (hipart1, gen_highpart (SImode, operands[1]));
17022 emit_insn (gen_xorsi3 (xor1, hipart1, lopart1));