Searched refs:TARGET_NEON (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.h78 if (TARGET_NEON) \
227 to be more careful with TARGET_NEON as noted below. */
252 #define TARGET_NEON (TARGET_32BIT && TARGET_HARD_FLOAT \
543 (TARGET_NEON ? (TARGET_NEON_VECTORIZE_QUAD ? 16 : 8) : UNITS_PER_WORD)
250 #define TARGET_NEON macro
H A Darm.c3934 if (mode == BLKmode || (mode == TImode && !TARGET_NEON))
3941 if (!TARGET_NEON)
3981 if (mode == BLKmode || (mode == TImode && !TARGET_NEON))
3992 if (!TARGET_NEON)
5252 else if (mode == TImode || (TARGET_NEON && VALID_NEON_STRUCT_MODE (mode)))
5339 else if (mode == TImode || (TARGET_NEON && VALID_NEON_STRUCT_MODE (mode)))
5382 if (TARGET_NEON
5502 if (TARGET_NEON
8537 if (TARGET_NEON
12366 || (TARGET_NEON
[all...]

Completed in 186 milliseconds