Searched refs:op1_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;
22463 op1_h = gen_reg_rtx (qimode);
22465 emit_insn (gen_ih (op1_h, op1, op1));
22475 op1_h = gen_reg_rtx (himode);
22477 ix86_expand_sse_unpack (op1_h, op1, uns_p, true);
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
19568 op1_h = gen_reg_rtx (qimode);
19570 emit_insn (gen_ih (op1_h, op1, op1));
19580 op1_h = gen_reg_rtx (himode);
19582 ix86_expand_sse_unpack (op1_h, op1, uns_p, true);
19592 res_h = expand_simple_binop (himode, code, op1_h, op2_h, NULL_RTX,

Completed in 308 milliseconds