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

/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c4328 #define USE_ALTIVEC_FOR_ARG_P(CUM,MODE,TYPE,NAMED) \
4689 else if (USE_ALTIVEC_FOR_ARG_P (cum, mode, type, 1))
4725 if (USE_ALTIVEC_FOR_ARG_P (cum, mode, type, named))
5073 else if (cum->named && USE_ALTIVEC_FOR_ARG_P (cum, mode, ftype, 1))
5257 if (USE_ALTIVEC_FOR_ARG_P (cum, mode, type, named))
5485 if (USE_ALTIVEC_FOR_ARG_P (cum, mode, type, named)
4317 #define USE_ALTIVEC_FOR_ARG_P macro

Completed in 139 milliseconds