Searched refs:FIRST_PARM_OFFSET (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Ddefaults.h884 #define ARG_POINTER_CFA_OFFSET(FNDECL) FIRST_PARM_OFFSET (FNDECL)
H A Dfunction.c1697 in_arg_offset = FIRST_PARM_OFFSET (current_function_decl);
/freebsd-11-stable/contrib/gcc/config/s390/
H A Ds390.h513 #define FIRST_PARM_OFFSET(FNDECL) 0 macro
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.h936 #define STACK_POINTER_OFFSET (FIRST_PARM_OFFSET(0) + SPARC_STACK_BIAS)
1402 #define FIRST_PARM_OFFSET(FNDECL) \
1406 This is different from FIRST_PARM_OFFSET because the register window
1395 #define FIRST_PARM_OFFSET macro
H A Dsparc.c3736 actual_fsize += FIRST_PARM_OFFSET (current_function_decl);
5607 GEN_INT (FIRST_PARM_OFFSET (0)
5615 GEN_INT (FIRST_PARM_OFFSET (0)
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.h992 #define FIRST_PARM_OFFSET(FUNDECL) 0
982 #define FIRST_PARM_OFFSET macro
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.h1285 #define FIRST_PARM_OFFSET(FNDECL) (TARGET_ARM ? 4 : 0)
1279 #define FIRST_PARM_OFFSET macro
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.h1417 #define FIRST_PARM_OFFSET(FNDECL) 0
1412 #define FIRST_PARM_OFFSET macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h1234 #define FIRST_PARM_OFFSET(FNDECL) RS6000_SAVE_AREA
1237 stack. This is different from FIRST_PARM_OFFSET because of the
1231 #define FIRST_PARM_OFFSET macro
/freebsd-11-stable/contrib/gcc/config/mips/
H A Dmips.h1846 #define FIRST_PARM_OFFSET(FNDECL) 0
1837 #define FIRST_PARM_OFFSET macro

Completed in 272 milliseconds