Lines Matching defs:lopart
2001 rtx lopart = gen_reg_rtx (hmode);
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; */
2063 do_compare_rtx_and_jump (lopart, const0_rtx, GE, false, hmode,