Searched refs:USE_FP_FOR_ARG_P (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/ |
| D | rs6000.h | 1714 #define USE_FP_FOR_ARG_P(CUM,MODE,TYPE) \ macro
|
| D | rs6000.c | 3215 if (USE_FP_FOR_ARG_P (*cum, mode, type)) 3268 if (USE_FP_FOR_ARG_P (*cum, mode, type)
|
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | rs6000.c | 4277 #define USE_FP_FOR_ARG_P(CUM,MODE,TYPE) \ macro 4637 else if (USE_FP_FOR_ARG_P (cum, mode, ftype)) in rs6000_darwin64_record_arg_advance_recurse() 5008 else if (cum->named && USE_FP_FOR_ARG_P (cum, mode, ftype)) in rs6000_darwin64_record_arg_recurse() 5324 if (USE_FP_FOR_ARG_P (cum, mode, type)) in function_arg() 5450 if (USE_FP_FOR_ARG_P (cum, mode, type)) in rs6000_arg_partial_bytes()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | ChangeLog | 18094 (USE_FP_FOR_ARG_P): Check for TARGET_FPRS.
|