Searched refs:op1_h (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-expand.cc | 22449 rtx op1_l, op1_h, op2_l, op2_h, res_l, res_h; in ix86_expand_vecop_qihi() local 22499 op1_h = gen_reg_rtx (qimode); in ix86_expand_vecop_qihi() 22501 emit_insn (gen_ih (op1_h, op1, op1)); in ix86_expand_vecop_qihi() 22511 op1_h = gen_reg_rtx (himode); in ix86_expand_vecop_qihi() 22513 ix86_expand_sse_unpack (op1_h, op1, uns_p, true); in ix86_expand_vecop_qihi() 22543 op1_h, op2_h))); in ix86_expand_vecop_qihi() 22550 res_h = expand_simple_binop (himode, code, op1_h, op2_h, NULL_RTX, in ix86_expand_vecop_qihi()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386-expand.c | 19527 rtx op1_l, op1_h, op2_l, op2_h, res_l, res_h; in ix86_expand_vecop_qihi() local 19568 op1_h = gen_reg_rtx (qimode); in ix86_expand_vecop_qihi() 19570 emit_insn (gen_ih (op1_h, op1, op1)); in ix86_expand_vecop_qihi() 19580 op1_h = gen_reg_rtx (himode); in ix86_expand_vecop_qihi() 19582 ix86_expand_sse_unpack (op1_h, op1, uns_p, true); in ix86_expand_vecop_qihi() 19592 res_h = expand_simple_binop (himode, code, op1_h, op2_h, NULL_RTX, in ix86_expand_vecop_qihi()
|