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

/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.h623 #define FUNCTION_ARG_REGNO_P(N) (((N) >=2 && (N) <7) || \ macro
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h1211 #define FUNCTION_ARG_REGNO_P(REGNO) \
1197 #define FUNCTION_ARG_REGNO_P macro
H A Dia64.c2037 && !FUNCTION_ARG_REGNO_P (REGNO (addr)));
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h1520 #define FUNCTION_ARG_REGNO_P(N) \
1513 #define FUNCTION_ARG_REGNO_P macro
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.h1509 #define FUNCTION_ARG_REGNO_P(REGNO) \
1503 #define FUNCTION_ARG_REGNO_P macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h1466 #define FUNCTION_ARG_REGNO_P(N) ix86_function_arg_regno_p (N)
1461 #define FUNCTION_ARG_REGNO_P macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h1343 #define FUNCTION_ARG_REGNO_P(N) \
1340 #define FUNCTION_ARG_REGNO_P macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h1899 #define FUNCTION_ARG_REGNO_P(N) \
1889 #define FUNCTION_ARG_REGNO_P macro
/freebsd-11-stable/contrib/gcc/
H A Ddf-scan.c1833 if (FUNCTION_ARG_REGNO_P (i))
H A Dalias.c2368 argument. FUNCTION_ARG_REGNO_P tests outgoing register
2370 if (FUNCTION_ARG_REGNO_P (OUTGOING_REGNO (i))
H A Drtlanal.c3142 if (!FUNCTION_ARG_REGNO_P (REGNO (XEXP (XEXP (p, 0), 0))))
H A Dbuiltins.c1180 if (FUNCTION_ARG_REGNO_P (regno))
H A Dcombine.c1035 argument. FUNCTION_ARG_REGNO_P tests outgoing register
1037 if (FUNCTION_ARG_REGNO_P (OUTGOING_REGNO (regno))

Completed in 296 milliseconds