Searched refs:hipart (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dinternal-fn.c1613 rtx hipart = expand_shift (RSHIFT_EXPR, wmode, res, prec, local
1615 hipart = convert_modes (mode, wmode, hipart, uns);
1620 do_compare_rtx_and_jump (hipart, const0_rtx, EQ, true, mode,
1630 do_compare_rtx_and_jump (signbit, hipart, EQ, true, mode,
1641 rtx hipart = expand_expr_real_2 (&ops, NULL_RTX, mode, local
1648 do_compare_rtx_and_jump (hipart, const0_rtx, EQ, true, mode,
1658 do_compare_rtx_and_jump (signbit, hipart, EQ, true, mode,
1781 rtx hipart = gen_reg_rtx (hmode); local
1784 emit_move_insn (hipart, hipart
[all...]
H A Dexpr.c9014 rtx htem, hipart;
9023 hipart = gen_highpart (word_mode, temp);
9024 htem = expand_mult_highpart_adjust (word_mode, hipart,
9025 op0, op1, hipart,
9027 if (htem != hipart)
9028 emit_move_insn (hipart, htem);
8994 rtx htem, hipart; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dinternal-fn.cc1823 rtx hipart = expand_shift (RSHIFT_EXPR, wmode, res, prec, local
1825 hipart = convert_modes (mode, wmode, hipart, uns);
1830 do_compare_rtx_and_jump (hipart, const0_rtx, EQ, true, mode,
1843 do_compare_rtx_and_jump (signbit, hipart, EQ, true, mode,
1854 rtx hipart = expand_expr_real_2 (&ops, NULL_RTX, mode, local
1861 do_compare_rtx_and_jump (hipart, const0_rtx, EQ, true, mode,
1871 do_compare_rtx_and_jump (signbit, hipart, EQ, true, mode,
1994 rtx hipart = gen_reg_rtx (hmode); local
1997 emit_move_insn (hipart, hipart
[all...]
H A Dexpr.cc9441 rtx htem, hipart;
9450 hipart = gen_highpart (word_mode, temp);
9451 htem = expand_mult_highpart_adjust (word_mode, hipart,
9452 op0, op1, hipart,
9454 if (htem != hipart)
9455 emit_move_insn (hipart, htem);
9421 rtx htem, hipart; local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dppc-sysv-tdep.c1389 int hipart = gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG ? 0 : 8; local
1391 argpos->regcache->cooked_write (regnum, val + hipart);
1842 int hipart = gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG ? 0 : 8; local
1846 regcache->cooked_write (regnum, writebuf + hipart);
1851 regcache->cooked_read (regnum, readbuf + hipart);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dppc-sysv-tdep.c1407 int hipart = gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG ? 0 : 8; local
1409 argpos->regcache->cooked_write (regnum, val + hipart);
1917 int hipart = gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG ? 0 : 8; local
1921 regcache->cooked_write (regnum, writebuf + hipart);
1926 regcache->cooked_read (regnum, readbuf + hipart);

Completed in 321 milliseconds