Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Drs6000.h1720 #define USE_ALTIVEC_FOR_ARG_P(CUM,MODE,TYPE) \ macro
Drs6000.c3269 || USE_ALTIVEC_FOR_ARG_P (*cum, mode, type))
/openbsd/src/gnu/gcc/gcc/config/rs6000/
Drs6000.c4284 #define USE_ALTIVEC_FOR_ARG_P(CUM,MODE,TYPE,NAMED) \ macro
4643 else if (USE_ALTIVEC_FOR_ARG_P (cum, mode, type, 1)) in rs6000_darwin64_record_arg_advance_recurse()
4679 if (USE_ALTIVEC_FOR_ARG_P (cum, mode, type, named)) in function_arg_advance()
5027 else if (cum->named && USE_ALTIVEC_FOR_ARG_P (cum, mode, ftype, 1)) in rs6000_darwin64_record_arg_recurse()
5211 if (USE_ALTIVEC_FOR_ARG_P (cum, mode, type, named)) in function_arg()
5438 if (USE_ALTIVEC_FOR_ARG_P (cum, mode, type, named) in rs6000_arg_partial_bytes()
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog.66173 (USE_ALTIVEC_FOR_ARG_P): New.