Home
last modified time | relevance | path

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

/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/i386/
H A Di386-expand.c20195 rtx extr_ops[4]; in ix86_expand_pinsr() local
20197 extr_ops[0] = gen_reg_rtx (srcmode); in ix86_expand_pinsr()
20198 extr_ops[1] = gen_lowpart (srcmode, SUBREG_REG (src)); in ix86_expand_pinsr()
20199 extr_ops[2] = GEN_INT (size); in ix86_expand_pinsr()
20200 extr_ops[3] = GEN_INT (srcpos * BITS_PER_UNIT); in ix86_expand_pinsr()
20202 if (!ix86_expand_pextr (extr_ops)) in ix86_expand_pinsr()
20205 src = extr_ops[0]; in ix86_expand_pinsr()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/i386/
H A Di386-expand.c21002 rtx extr_ops[4]; in ix86_expand_pinsr() local
21004 extr_ops[0] = gen_reg_rtx (srcmode); in ix86_expand_pinsr()
21005 extr_ops[1] = gen_lowpart (srcmode, SUBREG_REG (src)); in ix86_expand_pinsr()
21006 extr_ops[2] = GEN_INT (size); in ix86_expand_pinsr()
21007 extr_ops[3] = GEN_INT (srcpos * BITS_PER_UNIT); in ix86_expand_pinsr()
21009 if (!ix86_expand_pextr (extr_ops)) in ix86_expand_pinsr()
21012 src = extr_ops[0]; in ix86_expand_pinsr()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/i386/
H A Di386-expand.c20243 rtx extr_ops[4]; in ix86_expand_pinsr() local
20245 extr_ops[0] = gen_reg_rtx (srcmode); in ix86_expand_pinsr()
20246 extr_ops[1] = gen_lowpart (srcmode, SUBREG_REG (src)); in ix86_expand_pinsr()
20247 extr_ops[2] = GEN_INT (size); in ix86_expand_pinsr()
20248 extr_ops[3] = GEN_INT (srcpos * BITS_PER_UNIT); in ix86_expand_pinsr()
20250 if (!ix86_expand_pextr (extr_ops)) in ix86_expand_pinsr()
20253 src = extr_ops[0]; in ix86_expand_pinsr()
/dports/lang/gcc11/gcc-11.2.0/gcc/config/i386/
H A Di386-expand.c21002 rtx extr_ops[4];
21004 extr_ops[0] = gen_reg_rtx (srcmode);
21005 extr_ops[1] = gen_lowpart (srcmode, SUBREG_REG (src));
21006 extr_ops[2] = GEN_INT (size);
21007 extr_ops[3] = GEN_INT (srcpos * BITS_PER_UNIT);
21009 if (!ix86_expand_pextr (extr_ops))
21012 src = extr_ops[0];
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/i386/
H A Di386-expand.c21002 rtx extr_ops[4]; in ix86_expand_pinsr() local
21004 extr_ops[0] = gen_reg_rtx (srcmode); in ix86_expand_pinsr()
21005 extr_ops[1] = gen_lowpart (srcmode, SUBREG_REG (src)); in ix86_expand_pinsr()
21006 extr_ops[2] = GEN_INT (size); in ix86_expand_pinsr()
21007 extr_ops[3] = GEN_INT (srcpos * BITS_PER_UNIT); in ix86_expand_pinsr()
21009 if (!ix86_expand_pextr (extr_ops)) in ix86_expand_pinsr()
21012 src = extr_ops[0]; in ix86_expand_pinsr()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/i386/
H A Di386-expand.c20243 rtx extr_ops[4]; in ix86_expand_pinsr() local
20245 extr_ops[0] = gen_reg_rtx (srcmode); in ix86_expand_pinsr()
20246 extr_ops[1] = gen_lowpart (srcmode, SUBREG_REG (src)); in ix86_expand_pinsr()
20247 extr_ops[2] = GEN_INT (size); in ix86_expand_pinsr()
20248 extr_ops[3] = GEN_INT (srcpos * BITS_PER_UNIT); in ix86_expand_pinsr()
20250 if (!ix86_expand_pextr (extr_ops)) in ix86_expand_pinsr()
20253 src = extr_ops[0]; in ix86_expand_pinsr()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/i386/
H A Di386-expand.c23059 rtx extr_ops[4]; in ix86_expand_pinsr() local
23061 extr_ops[0] = gen_reg_rtx (srcmode); in ix86_expand_pinsr()
23062 extr_ops[1] = gen_lowpart (srcmode, SUBREG_REG (src)); in ix86_expand_pinsr()
23063 extr_ops[2] = GEN_INT (size); in ix86_expand_pinsr()
23064 extr_ops[3] = GEN_INT (srcpos * BITS_PER_UNIT); in ix86_expand_pinsr()
23066 if (!ix86_expand_pextr (extr_ops)) in ix86_expand_pinsr()
23069 src = extr_ops[0]; in ix86_expand_pinsr()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c50039 rtx extr_ops[4]; in ix86_expand_pinsr() local
50041 extr_ops[0] = gen_reg_rtx (srcmode); in ix86_expand_pinsr()
50042 extr_ops[1] = gen_lowpart (srcmode, SUBREG_REG (src)); in ix86_expand_pinsr()
50043 extr_ops[2] = GEN_INT (size); in ix86_expand_pinsr()
50044 extr_ops[3] = GEN_INT (srcpos * BITS_PER_UNIT); in ix86_expand_pinsr()
50046 if (!ix86_expand_pextr (extr_ops)) in ix86_expand_pinsr()
50049 src = extr_ops[0]; in ix86_expand_pinsr()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/i386/
H A Di386.c50025 rtx extr_ops[4]; in ix86_expand_pinsr() local
50027 extr_ops[0] = gen_reg_rtx (srcmode); in ix86_expand_pinsr()
50028 extr_ops[1] = gen_lowpart (srcmode, SUBREG_REG (src)); in ix86_expand_pinsr()
50029 extr_ops[2] = GEN_INT (size); in ix86_expand_pinsr()
50030 extr_ops[3] = GEN_INT (srcpos * BITS_PER_UNIT); in ix86_expand_pinsr()
50032 if (!ix86_expand_pextr (extr_ops)) in ix86_expand_pinsr()
50035 src = extr_ops[0]; in ix86_expand_pinsr()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c50039 rtx extr_ops[4]; in ix86_expand_pinsr() local
50041 extr_ops[0] = gen_reg_rtx (srcmode); in ix86_expand_pinsr()
50042 extr_ops[1] = gen_lowpart (srcmode, SUBREG_REG (src)); in ix86_expand_pinsr()
50043 extr_ops[2] = GEN_INT (size); in ix86_expand_pinsr()
50044 extr_ops[3] = GEN_INT (srcpos * BITS_PER_UNIT); in ix86_expand_pinsr()
50046 if (!ix86_expand_pextr (extr_ops)) in ix86_expand_pinsr()
50049 src = extr_ops[0]; in ix86_expand_pinsr()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c50039 rtx extr_ops[4]; in ix86_expand_pinsr() local
50041 extr_ops[0] = gen_reg_rtx (srcmode); in ix86_expand_pinsr()
50042 extr_ops[1] = gen_lowpart (srcmode, SUBREG_REG (src)); in ix86_expand_pinsr()
50043 extr_ops[2] = GEN_INT (size); in ix86_expand_pinsr()
50044 extr_ops[3] = GEN_INT (srcpos * BITS_PER_UNIT); in ix86_expand_pinsr()
50046 if (!ix86_expand_pextr (extr_ops)) in ix86_expand_pinsr()
50049 src = extr_ops[0]; in ix86_expand_pinsr()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c50039 rtx extr_ops[4]; in ix86_expand_pinsr() local
50041 extr_ops[0] = gen_reg_rtx (srcmode); in ix86_expand_pinsr()
50042 extr_ops[1] = gen_lowpart (srcmode, SUBREG_REG (src)); in ix86_expand_pinsr()
50043 extr_ops[2] = GEN_INT (size); in ix86_expand_pinsr()
50044 extr_ops[3] = GEN_INT (srcpos * BITS_PER_UNIT); in ix86_expand_pinsr()
50046 if (!ix86_expand_pextr (extr_ops)) in ix86_expand_pinsr()
50049 src = extr_ops[0]; in ix86_expand_pinsr()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/i386/
H A Di386.c50101 rtx extr_ops[4]; in ix86_expand_pinsr() local
50103 extr_ops[0] = gen_reg_rtx (srcmode); in ix86_expand_pinsr()
50104 extr_ops[1] = gen_lowpart (srcmode, SUBREG_REG (src)); in ix86_expand_pinsr()
50105 extr_ops[2] = GEN_INT (size); in ix86_expand_pinsr()
50106 extr_ops[3] = GEN_INT (srcpos * BITS_PER_UNIT); in ix86_expand_pinsr()
50108 if (!ix86_expand_pextr (extr_ops)) in ix86_expand_pinsr()
50111 src = extr_ops[0]; in ix86_expand_pinsr()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/i386/
H A Di386.c49920 rtx extr_ops[4]; in ix86_expand_pinsr() local
49922 extr_ops[0] = gen_reg_rtx (srcmode); in ix86_expand_pinsr()
49923 extr_ops[1] = gen_lowpart (srcmode, SUBREG_REG (src)); in ix86_expand_pinsr()
49924 extr_ops[2] = GEN_INT (size); in ix86_expand_pinsr()
49925 extr_ops[3] = GEN_INT (srcpos * BITS_PER_UNIT); in ix86_expand_pinsr()
49927 if (!ix86_expand_pextr (extr_ops)) in ix86_expand_pinsr()
49930 src = extr_ops[0]; in ix86_expand_pinsr()
/dports/lang/gcc8/gcc-8.5.0/gcc/config/i386/
H A Di386.c50087 rtx extr_ops[4]; in ix86_expand_pinsr() local
50089 extr_ops[0] = gen_reg_rtx (srcmode); in ix86_expand_pinsr()
50090 extr_ops[1] = gen_lowpart (srcmode, SUBREG_REG (src)); in ix86_expand_pinsr()
50091 extr_ops[2] = GEN_INT (size); in ix86_expand_pinsr()
50092 extr_ops[3] = GEN_INT (srcpos * BITS_PER_UNIT); in ix86_expand_pinsr()
50094 if (!ix86_expand_pextr (extr_ops)) in ix86_expand_pinsr()
50097 src = extr_ops[0]; in ix86_expand_pinsr()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/i386/
H A Di386.c50025 rtx extr_ops[4]; in ix86_expand_pinsr() local
50027 extr_ops[0] = gen_reg_rtx (srcmode); in ix86_expand_pinsr()
50028 extr_ops[1] = gen_lowpart (srcmode, SUBREG_REG (src)); in ix86_expand_pinsr()
50029 extr_ops[2] = GEN_INT (size); in ix86_expand_pinsr()
50030 extr_ops[3] = GEN_INT (srcpos * BITS_PER_UNIT); in ix86_expand_pinsr()
50032 if (!ix86_expand_pextr (extr_ops)) in ix86_expand_pinsr()
50035 src = extr_ops[0]; in ix86_expand_pinsr()
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/i386/
H A Di386.c53719 rtx extr_ops[4]; in ix86_expand_pinsr() local
53721 extr_ops[0] = gen_reg_rtx (srcmode); in ix86_expand_pinsr()
53722 extr_ops[1] = gen_lowpart (srcmode, SUBREG_REG (src)); in ix86_expand_pinsr()
53723 extr_ops[2] = GEN_INT (size); in ix86_expand_pinsr()
53724 extr_ops[3] = GEN_INT (srcpos * BITS_PER_UNIT); in ix86_expand_pinsr()
53726 if (!ix86_expand_pextr (extr_ops)) in ix86_expand_pinsr()
53729 src = extr_ops[0]; in ix86_expand_pinsr()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/i386/
H A Di386.c53719 rtx extr_ops[4]; in ix86_expand_pinsr() local
53721 extr_ops[0] = gen_reg_rtx (srcmode); in ix86_expand_pinsr()
53722 extr_ops[1] = gen_lowpart (srcmode, SUBREG_REG (src)); in ix86_expand_pinsr()
53723 extr_ops[2] = GEN_INT (size); in ix86_expand_pinsr()
53724 extr_ops[3] = GEN_INT (srcpos * BITS_PER_UNIT); in ix86_expand_pinsr()
53726 if (!ix86_expand_pextr (extr_ops)) in ix86_expand_pinsr()
53729 src = extr_ops[0]; in ix86_expand_pinsr()