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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dppc-sysv-tdep.c1388 int lopart = gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG ? 8 : 0; local
1392 argpos->regcache->cooked_write (regnum + 1, val + lopart);
1841 int lopart = gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG ? 8 : 0; local
1847 regcache->cooked_write (regnum + 1, writebuf + lopart);
1852 regcache->cooked_read (regnum + 1, readbuf + lopart);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dppc-sysv-tdep.c1406 int lopart = gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG ? 8 : 0; local
1410 argpos->regcache->cooked_write (regnum + 1, val + lopart);
1916 int lopart = gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG ? 8 : 0; local
1922 regcache->cooked_write (regnum + 1, writebuf + lopart);
1927 regcache->cooked_read (regnum + 1, readbuf + lopart);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dinternal-fn.c1782 rtx lopart = gen_reg_rtx (hmode); local
1785 emit_move_insn (lopart, lopart0);
1796 but op0 is not, prepare larger, hipart and lopart pseudos and
1800 emit_move_insn (lopart, lopart1);
1804 /* lopart is the low part of the operand that is sign extended
1808 We perform lopart0 * lopart1 and lopart * hipart widening
1816 ops.op0 = make_tree (halfutype, lopart);
1824 /* if (hipart < 0) loxhi -= lopart << (bitsize / 2); */
1832 tem = convert_modes (mode, hmode, lopart, 1);
1840 /* if (lopart <
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dinternal-fn.cc1995 rtx lopart = gen_reg_rtx (hmode); local
1998 emit_move_insn (lopart, lopart0);
2009 but op0 is not, prepare larger, hipart and lopart pseudos and
2013 emit_move_insn (lopart, lopart1);
2017 /* lopart is the low part of the operand that is sign extended
2021 We perform lopart0 * lopart1 and lopart * hipart widening
2029 ops.op0 = make_tree (halfutype, lopart);
2037 /* if (hipart < 0) loxhi -= lopart << (bitsize / 2); */
2045 tem = convert_modes (mode, hmode, lopart, 1);
2053 /* if (lopart <
[all...]

Completed in 190 milliseconds