Home
last modified time | relevance | path

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

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/config/i386/
H A Di386.c17309 enum machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
17344 wvmode = V2SImode; in ix86_expand_vector_init_duplicate()
17353 wvmode = V4HImode; in ix86_expand_vector_init_duplicate()
17358 wvmode = V4SImode; in ix86_expand_vector_init_duplicate()
17363 wvmode = V8HImode; in ix86_expand_vector_init_duplicate()
17373 x = gen_reg_rtx (wvmode); in ix86_expand_vector_init_duplicate()
17374 if (!ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val)) in ix86_expand_vector_init_duplicate()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/i386/
H A Di386-expand.c13247 machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
13251 wvmode = get_mode_wider_vector (mode); in ix86_expand_vector_init_duplicate()
13252 wsmode = GET_MODE_INNER (wvmode); in ix86_expand_vector_init_duplicate()
13260 x = gen_reg_rtx (wvmode); in ix86_expand_vector_init_duplicate()
13261 ok = ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val); in ix86_expand_vector_init_duplicate()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/i386/
H A Di386-expand.c13693 machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
13697 wvmode = get_mode_wider_vector (mode); in ix86_expand_vector_init_duplicate()
13698 wsmode = GET_MODE_INNER (wvmode); in ix86_expand_vector_init_duplicate()
13706 x = gen_reg_rtx (wvmode); in ix86_expand_vector_init_duplicate()
13707 ok = ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val); in ix86_expand_vector_init_duplicate()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/i386/
H A Di386-expand.c13279 machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
13283 wvmode = get_mode_wider_vector (mode); in ix86_expand_vector_init_duplicate()
13284 wsmode = GET_MODE_INNER (wvmode); in ix86_expand_vector_init_duplicate()
13292 x = gen_reg_rtx (wvmode); in ix86_expand_vector_init_duplicate()
13293 ok = ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val); in ix86_expand_vector_init_duplicate()
/dports/lang/gcc11/gcc-11.2.0/gcc/config/i386/
H A Di386-expand.c13693 machine_mode smode, wsmode, wvmode;
13697 wvmode = get_mode_wider_vector (mode);
13698 wsmode = GET_MODE_INNER (wvmode);
13706 x = gen_reg_rtx (wvmode);
13707 ok = ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/i386/
H A Di386-expand.c13693 machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
13697 wvmode = get_mode_wider_vector (mode); in ix86_expand_vector_init_duplicate()
13698 wsmode = GET_MODE_INNER (wvmode); in ix86_expand_vector_init_duplicate()
13706 x = gen_reg_rtx (wvmode); in ix86_expand_vector_init_duplicate()
13707 ok = ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val); in ix86_expand_vector_init_duplicate()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/i386/
H A Di386-expand.c13279 machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
13283 wvmode = get_mode_wider_vector (mode); in ix86_expand_vector_init_duplicate()
13284 wsmode = GET_MODE_INNER (wvmode); in ix86_expand_vector_init_duplicate()
13292 x = gen_reg_rtx (wvmode); in ix86_expand_vector_init_duplicate()
13293 ok = ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val); in ix86_expand_vector_init_duplicate()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/i386/
H A Di386-expand.c14901 machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
14905 wvmode = get_mode_wider_vector (mode); in ix86_expand_vector_init_duplicate()
14906 wsmode = GET_MODE_INNER (wvmode); in ix86_expand_vector_init_duplicate()
14921 x = gen_reg_rtx (wvmode); in ix86_expand_vector_init_duplicate()
14922 ok = ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val); in ix86_expand_vector_init_duplicate()
/dports/lang/gcc48/gcc-4.8.5/gcc/config/i386/
H A Di386.c35918 enum machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
35922 wvmode = get_mode_wider_vector (mode); in ix86_expand_vector_init_duplicate()
35923 wsmode = GET_MODE_INNER (wvmode); in ix86_expand_vector_init_duplicate()
35931 x = gen_lowpart (wvmode, target); in ix86_expand_vector_init_duplicate()
35932 ok = ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val); in ix86_expand_vector_init_duplicate()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/config/i386/
H A Di386.c35728 enum machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
35732 wvmode = get_mode_wider_vector (mode); in ix86_expand_vector_init_duplicate()
35733 wsmode = GET_MODE_INNER (wvmode); in ix86_expand_vector_init_duplicate()
35741 x = gen_lowpart (wvmode, target); in ix86_expand_vector_init_duplicate()
35742 ok = ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val); in ix86_expand_vector_init_duplicate()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/config/i386/
H A Di386.c39570 enum machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
39574 wvmode = get_mode_wider_vector (mode); in ix86_expand_vector_init_duplicate()
39575 wsmode = GET_MODE_INNER (wvmode); in ix86_expand_vector_init_duplicate()
39583 x = gen_reg_rtx (wvmode); in ix86_expand_vector_init_duplicate()
39584 ok = ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val); in ix86_expand_vector_init_duplicate()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c42893 machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
42897 wvmode = get_mode_wider_vector (mode); in ix86_expand_vector_init_duplicate()
42898 wsmode = GET_MODE_INNER (wvmode); in ix86_expand_vector_init_duplicate()
42906 x = gen_reg_rtx (wvmode); in ix86_expand_vector_init_duplicate()
42907 ok = ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val); in ix86_expand_vector_init_duplicate()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/i386/
H A Di386.c42569 machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
42573 wvmode = get_mode_wider_vector (mode); in ix86_expand_vector_init_duplicate()
42574 wsmode = GET_MODE_INNER (wvmode); in ix86_expand_vector_init_duplicate()
42582 x = gen_reg_rtx (wvmode); in ix86_expand_vector_init_duplicate()
42583 ok = ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val); in ix86_expand_vector_init_duplicate()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c42893 machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
42897 wvmode = get_mode_wider_vector (mode); in ix86_expand_vector_init_duplicate()
42898 wsmode = GET_MODE_INNER (wvmode); in ix86_expand_vector_init_duplicate()
42906 x = gen_reg_rtx (wvmode); in ix86_expand_vector_init_duplicate()
42907 ok = ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val); in ix86_expand_vector_init_duplicate()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c42893 machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
42897 wvmode = get_mode_wider_vector (mode); in ix86_expand_vector_init_duplicate()
42898 wsmode = GET_MODE_INNER (wvmode); in ix86_expand_vector_init_duplicate()
42906 x = gen_reg_rtx (wvmode); in ix86_expand_vector_init_duplicate()
42907 ok = ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val); in ix86_expand_vector_init_duplicate()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/i386/
H A Di386.c42893 machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
42897 wvmode = get_mode_wider_vector (mode); in ix86_expand_vector_init_duplicate()
42898 wsmode = GET_MODE_INNER (wvmode); in ix86_expand_vector_init_duplicate()
42906 x = gen_reg_rtx (wvmode); in ix86_expand_vector_init_duplicate()
42907 ok = ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val); in ix86_expand_vector_init_duplicate()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/i386/
H A Di386.c42961 machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
42965 wvmode = get_mode_wider_vector (mode); in ix86_expand_vector_init_duplicate()
42966 wsmode = GET_MODE_INNER (wvmode); in ix86_expand_vector_init_duplicate()
42974 x = gen_reg_rtx (wvmode); in ix86_expand_vector_init_duplicate()
42975 ok = ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val); in ix86_expand_vector_init_duplicate()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/config/i386/
H A Di386.c42473 machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
42477 wvmode = get_mode_wider_vector (mode); in ix86_expand_vector_init_duplicate()
42478 wsmode = GET_MODE_INNER (wvmode); in ix86_expand_vector_init_duplicate()
42486 x = gen_reg_rtx (wvmode); in ix86_expand_vector_init_duplicate()
42487 ok = ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val); in ix86_expand_vector_init_duplicate()
/dports/lang/gcc8/gcc-8.5.0/gcc/config/i386/
H A Di386.c42915 machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
42919 wvmode = get_mode_wider_vector (mode); in ix86_expand_vector_init_duplicate()
42920 wsmode = GET_MODE_INNER (wvmode); in ix86_expand_vector_init_duplicate()
42928 x = gen_reg_rtx (wvmode); in ix86_expand_vector_init_duplicate()
42929 ok = ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val); in ix86_expand_vector_init_duplicate()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/config/i386/
H A Di386.c42569 machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
42573 wvmode = get_mode_wider_vector (mode); in ix86_expand_vector_init_duplicate()
42574 wsmode = GET_MODE_INNER (wvmode); in ix86_expand_vector_init_duplicate()
42582 x = gen_reg_rtx (wvmode); in ix86_expand_vector_init_duplicate()
42583 ok = ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val); in ix86_expand_vector_init_duplicate()
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/i386/
H A Di386.c46954 machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
46958 wvmode = get_mode_wider_vector (mode); in ix86_expand_vector_init_duplicate()
46959 wsmode = GET_MODE_INNER (wvmode); in ix86_expand_vector_init_duplicate()
46967 x = gen_reg_rtx (wvmode); in ix86_expand_vector_init_duplicate()
46968 ok = ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val); in ix86_expand_vector_init_duplicate()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/i386/
H A Di386.c46954 machine_mode smode, wsmode, wvmode; in ix86_expand_vector_init_duplicate() local
46958 wvmode = get_mode_wider_vector (mode); in ix86_expand_vector_init_duplicate()
46959 wsmode = GET_MODE_INNER (wvmode); in ix86_expand_vector_init_duplicate()
46967 x = gen_reg_rtx (wvmode); in ix86_expand_vector_init_duplicate()
46968 ok = ix86_expand_vector_init_duplicate (mmx_ok, wvmode, x, val); in ix86_expand_vector_init_duplicate()