Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-expand.cc23232 rtx extr_ops[4]; in ix86_expand_pinsr() local
23234 extr_ops[0] = gen_reg_rtx (srcmode); in ix86_expand_pinsr()
23235 extr_ops[1] = gen_lowpart (srcmode, SUBREG_REG (src)); in ix86_expand_pinsr()
23236 extr_ops[2] = GEN_INT (size); in ix86_expand_pinsr()
23237 extr_ops[3] = GEN_INT (srcpos * BITS_PER_UNIT); in ix86_expand_pinsr()
23239 if (!ix86_expand_pextr (extr_ops)) in ix86_expand_pinsr()
23242 src = extr_ops[0]; in ix86_expand_pinsr()