Searched refs:CASE_VECTOR_MODE (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h2077 #define CASE_VECTOR_MODE \
2082 #define CASE_VECTOR_MODE \
2294 if (CASE_VECTOR_MODE == SImode) \
2309 if (CASE_VECTOR_MODE == SImode) \
2057 #define CASE_VECTOR_MODE macro
2062 #define CASE_VECTOR_MODE macro
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.h908 #define CASE_VECTOR_MODE (TARGET_64BIT ? DImode : SImode) macro
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h1971 #define CASE_VECTOR_MODE ptr_mode
1931 #define CASE_VECTOR_MODE macro
/freebsd-11-stable/contrib/gcc/
H A Dstmt.c2601 emit_jump_insn (gen_rtx_ADDR_DIFF_VEC (CASE_VECTOR_MODE,
2606 emit_jump_insn (gen_rtx_ADDR_VEC (CASE_VECTOR_MODE,
H A Dexpr.c9431 /* ??? The only correct use of CASE_VECTOR_MODE is the one inside the
9437 GEN_INT (GET_MODE_SIZE (CASE_VECTOR_MODE))),
9444 index = memory_address_noforce (CASE_VECTOR_MODE, index);
9445 temp = gen_reg_rtx (CASE_VECTOR_MODE);
9446 vector = gen_const_mem (CASE_VECTOR_MODE, index);
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.h2043 #define CASE_VECTOR_MODE Pmode
2032 #define CASE_VECTOR_MODE macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h1794 #define CASE_VECTOR_MODE (!TARGET_64BIT || flag_pic ? SImode : DImode)
1785 #define CASE_VECTOR_MODE macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h1787 #define CASE_VECTOR_MODE SImode
1774 #define CASE_VECTOR_MODE macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h2250 #define CASE_VECTOR_MODE \
2232 #define CASE_VECTOR_MODE macro

Completed in 164 milliseconds