Searched refs:USE_ALTIVEC_FOR_ARG_P (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| D | rs6000.h | 1720 #define USE_ALTIVEC_FOR_ARG_P(CUM,MODE,TYPE) \ macro
|
| D | rs6000.c | 3269 || USE_ALTIVEC_FOR_ARG_P (*cum, mode, type))
|
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | rs6000.c | 4284 #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/ |
| D | ChangeLog.6 | 6173 (USE_ALTIVEC_FOR_ARG_P): New.
|