Home
last modified time | relevance | path

Searched refs:FUNCTION_INCOMING_ARG (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dcalls.c1076 #ifdef FUNCTION_INCOMING_ARG in initialize_argument_information()
1080 args[i].tail_call_reg = FUNCTION_INCOMING_ARG (*args_so_far, mode, type, in initialize_argument_information()
2699 #ifdef FUNCTION_INCOMING_ARG in expand_call()
2701 next_arg_reg = FUNCTION_INCOMING_ARG (args_so_far, VOIDmode, in expand_call()
Dfunction.c2176 #ifdef FUNCTION_INCOMING_ARG in assign_parm_find_entry_rtl()
2177 entry_parm = FUNCTION_INCOMING_ARG (all->args_so_far, data->promoted_mode, in assign_parm_find_entry_rtl()
2206 #ifdef FUNCTION_INCOMING_ARG in assign_parm_find_entry_rtl()
2207 tem = FUNCTION_INCOMING_ARG (all->args_so_far, data->promoted_mode, in assign_parm_find_entry_rtl()
DChangeLog-19972035 (FUNCTION_ARG,FUNCTION_INCOMING_ARG): Rewrite.
DChangeLog-200024551 Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
24556 Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
DFSFChangeLog.111647 (FUNCTION_ARG,FUNCTION_INCOMING_ARG): Rewrite.
DChangeLog-200324265 FUNCTION_INCOMING_ARG unless pretend_named is different from
26540 (FUNCTION_INCOMING_ARG): Delete.
DChangeLog-200423518 (FUNCTION_INCOMING_ARG, FUNCTION_ARG_ADVANCE): Likewise.
/freebsd-12-stable/contrib/gcc/config/ia64/
Dia64.h1135 #define FUNCTION_INCOMING_ARG(CUM, MODE, TYPE, NAMED) \ macro
/freebsd-12-stable/contrib/gcc/config/sparc/
Dsparc.h1571 #define FUNCTION_INCOMING_ARG(CUM, MODE, TYPE, NAMED) \ macro
/freebsd-12-stable/contrib/gcc/doc/
Dtm.texi3829 @defmac FUNCTION_INCOMING_ARG (@var{cum}, @var{mode}, @var{type}, @var{named})
3836 the caller passes the value, and @code{FUNCTION_INCOMING_ARG} should
3840 If @code{FUNCTION_INCOMING_ARG} is not defined, @code{FUNCTION_ARG}
3860 @code{FUNCTION_INCOMING_ARG}, for the called function.