Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Drs6000.h1714 #define USE_FP_FOR_ARG_P(CUM,MODE,TYPE) \ macro
Drs6000.c3215 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/
Drs6000.c4277 #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/
DChangeLog18094 (USE_FP_FOR_ARG_P): Check for TARGET_FPRS.