Searched refs:V4SFmode (Results 76 - 91 of 91) sorted by relevance

1234

/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-features.cc2296 v4sf_const0 = gen_reg_rtx (V4SFmode);
2307 dest_vecmode = V4SFmode;
2371 set = gen_rtx_SET (v4sf_const0, CONST0_RTX (V4SFmode));
H A Di386.cc3726 return V4SFmode;
4479 smode = V4SFmode;
7232 ix86_emit_save_reg_using_mov (V4SFmode, regno, cfa_offset);
7233 cfa_offset -= GET_MODE_SIZE (V4SFmode);
8340 align = GET_MODE_ALIGNMENT (V4SFmode);
8343 gcc_assert (align >= GET_MODE_ALIGNMENT (V4SFmode));
8355 rtx reg = gen_rtx_REG ((SSE_REGNO_P (r.regno) ? V4SFmode : word_mode),
9110 rtx reg = gen_rtx_REG (V4SFmode, regno);
9112 unsigned int align = GET_MODE_ALIGNMENT (V4SFmode);
9115 mem = gen_rtx_MEM (V4SFmode, me
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c4054 smode = V4SFmode;
6740 ix86_emit_save_reg_using_mov (V4SFmode, regno, cfa_offset);
6741 cfa_offset -= GET_MODE_SIZE (V4SFmode);
7978 align = GET_MODE_ALIGNMENT (V4SFmode);
7981 gcc_assert (align >= GET_MODE_ALIGNMENT (V4SFmode));
7993 rtx reg = gen_rtx_REG ((SSE_REGNO_P (r.regno) ? V4SFmode : word_mode),
8730 rtx reg = gen_rtx_REG (V4SFmode, regno);
8732 unsigned int align = GET_MODE_ALIGNMENT (V4SFmode);
8735 mem = gen_rtx_MEM (V4SFmode, mem);
8738 align = MIN (GET_MODE_ALIGNMENT (V4SFmode), alig
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-builtin.cc276 if (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode)
288 if (VECTOR_UNIT_ALTIVEC_OR_VSX_P (V4SFmode)
373 if (!RS6000_RECIP_AUTO_RSQRTE_P (V4SFmode))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu.c6090 if (dest_mode == V4SImode && op_mode == V4SFmode)
6102 if (dest_mode == V4SImode && op_mode == V4SFmode)
6139 if (dmode == V4SFmode)
6968 the result is valid for MODE. Currently, MODE must be V4SFmode and
6973 gcc_assert (mode == V4SFmode);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c6875 if (TARGET_VXE && (mode == V4SImode || mode == V4SFmode))
8571 V4SFmode, V2DFmode, V1TFmode,
16107 return V4SFmode;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc6999 if (TARGET_VXE && (mode == V4SImode || mode == V4SFmode))
8787 V4SFmode, V2DFmode, V1TFmode,
16439 return V4SFmode;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c28981 || mode == V4HFmode || mode == V16QImode || mode == V4SFmode
29003 && (mode == V2DFmode || mode == V4SFmode || mode == V8HFmode))
29041 return TARGET_NEON_VECTORIZE_DOUBLE ? V2SFmode : V4SFmode;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/sh/
H A Dsh.c1448 && mode == V4SFmode)
10570 We want to allow TImode FP regs so that when V4SFmode is loaded as TImode,
10593 if (mode == V4SFmode)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc29494 || mode == V4HFmode || mode == V16QImode || mode == V4SFmode
29517 && (mode == V2DFmode || mode == V4SFmode || mode == V8HFmode))
29557 return TARGET_NEON_VECTORIZE_DOUBLE ? V2SFmode : V4SFmode;
29604 return V4SFmode;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/sh/
H A Dsh.cc1448 && mode == V4SFmode)
10570 We want to allow TImode FP regs so that when V4SFmode is loaded as TImode,
10593 if (mode == V4SFmode)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.c13508 return V4SFmode;
16633 #define MIPS_ATYPE_V4SF mips_builtin_vector_type (float_type_node, V4SFmode)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.cc13661 return V4SFmode;
16807 #define MIPS_ATYPE_V4SF mips_builtin_vector_type (float_type_node, V4SFmode)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c17518 return V4SFmode;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000-call.c12445 builtin_mode_to_type[V4SFmode][0] = V4SF_type_node;
/netbsd-current/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc20668 return V4SFmode;

Completed in 1109 milliseconds

1234