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

  /src/external/gpl3/gdb.old/dist/gdb/
ppc-sysv-tdep.c 1411 int lopart = gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG ? 8 : 0; local
1415 argpos->regcache->cooked_write (regnum + 1, val + lopart);
1921 int lopart = gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG ? 8 : 0; local
1927 regcache->cooked_write (regnum + 1, writebuf + lopart);
1932 regcache->cooked_read (regnum + 1, readbuf + lopart);
ppc-sysv-tdep.c 1411 int lopart = gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG ? 8 : 0; local
1415 argpos->regcache->cooked_write (regnum + 1, val + lopart);
1921 int lopart = gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG ? 8 : 0; local
1927 regcache->cooked_write (regnum + 1, writebuf + lopart);
1932 regcache->cooked_read (regnum + 1, readbuf + lopart);
  /src/external/gpl3/gdb/dist/gdb/
ppc-sysv-tdep.c 1411 int lopart = gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG ? 8 : 0; local
1415 argpos->regcache->cooked_write (regnum + 1, val + lopart);
1921 int lopart = gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG ? 8 : 0; local
1927 regcache->cooked_write (regnum + 1, writebuf + lopart);
1932 regcache->cooked_read (regnum + 1, readbuf + lopart);
ppc-sysv-tdep.c 1411 int lopart = gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG ? 8 : 0; local
1415 argpos->regcache->cooked_write (regnum + 1, val + lopart);
1921 int lopart = gdbarch_byte_order (gdbarch) == BFD_ENDIAN_BIG ? 8 : 0; local
1927 regcache->cooked_write (regnum + 1, writebuf + lopart);
1932 regcache->cooked_read (regnum + 1, readbuf + lopart);
  /src/external/gpl3/gcc.old/dist/gcc/
internal-fn.cc 2001 rtx lopart = gen_reg_rtx (hmode); local
2004 emit_move_insn (lopart, lopart0);
2015 but op0 is not, prepare larger, hipart and lopart pseudos and
2019 emit_move_insn (lopart, lopart1);
2023 /* lopart is the low part of the operand that is sign extended
2027 We perform lopart0 * lopart1 and lopart * hipart widening
2035 ops.op0 = make_tree (halfutype, lopart);
2043 /* if (hipart < 0) loxhi -= lopart << (bitsize / 2); */
2051 tem = convert_modes (mode, hmode, lopart, 1);
2059 /* if (lopart < 0) loxhi -= larger; *
    [all...]
internal-fn.cc 2001 rtx lopart = gen_reg_rtx (hmode); local
2004 emit_move_insn (lopart, lopart0);
2015 but op0 is not, prepare larger, hipart and lopart pseudos and
2019 emit_move_insn (lopart, lopart1);
2023 /* lopart is the low part of the operand that is sign extended
2027 We perform lopart0 * lopart1 and lopart * hipart widening
2035 ops.op0 = make_tree (halfutype, lopart);
2043 /* if (hipart < 0) loxhi -= lopart << (bitsize / 2); */
2051 tem = convert_modes (mode, hmode, lopart, 1);
2059 /* if (lopart < 0) loxhi -= larger; *
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
internal-fn.cc 2245 rtx lopart = gen_reg_rtx (hmode); local
2248 emit_move_insn (lopart, lopart0);
2259 but op0 is not, prepare larger, hipart and lopart pseudos and
2263 emit_move_insn (lopart, lopart1);
2267 /* lopart is the low part of the operand that is sign extended
2271 We perform lopart0 * lopart1 and lopart * hipart widening
2279 ops.op0 = make_tree (halfutype, lopart);
2287 /* if (hipart < 0) loxhi -= lopart << (bitsize / 2); */
2295 tem = convert_modes (mode, hmode, lopart, 1);
2303 /* if (lopart < 0) loxhi -= larger; *
    [all...]
internal-fn.cc 2245 rtx lopart = gen_reg_rtx (hmode); local
2248 emit_move_insn (lopart, lopart0);
2259 but op0 is not, prepare larger, hipart and lopart pseudos and
2263 emit_move_insn (lopart, lopart1);
2267 /* lopart is the low part of the operand that is sign extended
2271 We perform lopart0 * lopart1 and lopart * hipart widening
2279 ops.op0 = make_tree (halfutype, lopart);
2287 /* if (hipart < 0) loxhi -= lopart << (bitsize / 2); */
2295 tem = convert_modes (mode, hmode, lopart, 1);
2303 /* if (lopart < 0) loxhi -= larger; *
    [all...]

Completed in 190 milliseconds