Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dtarget-def.h405 #ifndef TARGET_VECTOR_MODE_SUPPORTED_P
406 #define TARGET_VECTOR_MODE_SUPPORTED_P hook_bool_mode_false macro
666 TARGET_VECTOR_MODE_SUPPORTED_P, \
DChangeLog-20045748 (TARGET_VECTOR_MODE_SUPPORTED_P): Set to sparc_vector_mode_supported_p.
16397 * config/mips/mips.c (TARGET_VECTOR_MODE_SUPPORTED_P,
17374 * target-def.h (TARGET_VECTOR_MODE_SUPPORTED_P): Define.
17396 to TARGET_VECTOR_MODE_SUPPORTED_P.
DChangeLog-200535786 * config/ia64/ia64.c (TARGET_VECTOR_MODE_SUPPORTED_P): New.
/freebsd-10-stable/contrib/gcc/config/sparc/
Dsparc.c526 #undef TARGET_VECTOR_MODE_SUPPORTED_P
527 #define TARGET_VECTOR_MODE_SUPPORTED_P sparc_vector_mode_supported_p macro
/freebsd-10-stable/contrib/gcc/config/mips/
Dmips.c1166 #undef TARGET_VECTOR_MODE_SUPPORTED_P
1167 #define TARGET_VECTOR_MODE_SUPPORTED_P mips_vector_mode_supported_p macro
/freebsd-10-stable/contrib/gcc/config/ia64/
Dia64.c445 #undef TARGET_VECTOR_MODE_SUPPORTED_P
446 #define TARGET_VECTOR_MODE_SUPPORTED_P ia64_vector_mode_supported_p macro
/freebsd-10-stable/contrib/gcc/config/arm/
Darm.c281 #undef TARGET_VECTOR_MODE_SUPPORTED_P
282 #define TARGET_VECTOR_MODE_SUPPORTED_P arm_vector_mode_supported_p macro
/freebsd-10-stable/contrib/gcc/config/i386/
Di386.c1611 #undef TARGET_VECTOR_MODE_SUPPORTED_P
1612 #define TARGET_VECTOR_MODE_SUPPORTED_P ix86_vector_mode_supported_p macro
/freebsd-10-stable/contrib/gcc/config/rs6000/
Drs6000.c1004 #undef TARGET_VECTOR_MODE_SUPPORTED_P
1005 #define TARGET_VECTOR_MODE_SUPPORTED_P rs6000_vector_mode_supported_p macro
/freebsd-10-stable/contrib/gcc/doc/
Dtm.texi4050 @deftypefn {Target Hook} bool TARGET_VECTOR_MODE_SUPPORTED_P (enum machine_mode @var{mode})