Searched refs:op2_h (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc22413 rtx op1_l, op1_h, op2_l, op2_h, res_l, res_h;
22458 op2_h = gen_reg_rtx (qimode);
22460 emit_insn (gen_ih (op2_h, op2, op2));
22483 op2_h = gen_reg_rtx (himode);
22485 ix86_expand_sse_unpack (op2_h, tmp, uns_p, true);
22488 op2_l = op2_h = op2;
22507 op1_h, op2_h)));
22514 res_h = expand_simple_binop (himode, code, op1_h, op2_h, NULL_RTX,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c19527 rtx op1_l, op1_h, op2_l, op2_h, res_l, res_h; local
19554 op2_l = op2_h = op2;
19563 op2_h = gen_reg_rtx (qimode);
19565 emit_insn (gen_ih (op2_h, op2, op2));
19592 res_h = expand_simple_binop (himode, code, op1_h, op2_h, NULL_RTX,

Completed in 301 milliseconds