Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c50020 rtx extr_ops[4]; in ix86_expand_pinsr() local
50022 extr_ops[0] = gen_reg_rtx (srcmode); in ix86_expand_pinsr()
50023 extr_ops[1] = gen_lowpart (srcmode, SUBREG_REG (src)); in ix86_expand_pinsr()
50024 extr_ops[2] = GEN_INT (size); in ix86_expand_pinsr()
50025 extr_ops[3] = GEN_INT (srcpos * BITS_PER_UNIT); in ix86_expand_pinsr()
50027 if (!ix86_expand_pextr (extr_ops)) in ix86_expand_pinsr()
50030 src = extr_ops[0]; in ix86_expand_pinsr()