Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c49282 rtx op1_l, op1_h, op2_l, op2_h, res_l, res_h; in ix86_expand_vecop_qihi() local
49309 op2_l = op2_h = op2; in ix86_expand_vecop_qihi()
49318 op2_h = gen_reg_rtx (qimode); in ix86_expand_vecop_qihi()
49320 emit_insn (gen_ih (op2_h, op2, op2)); in ix86_expand_vecop_qihi()
49347 res_h = expand_simple_binop (himode, code, op1_h, op2_h, NULL_RTX, in ix86_expand_vecop_qihi()