Searched refs:FUNCTION_INCOMING_ARG (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | calls.c | 1076 #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()
|
| D | function.c | 2176 #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()
|
| D | ChangeLog-1997 | 2035 (FUNCTION_ARG,FUNCTION_INCOMING_ARG): Rewrite.
|
| D | ChangeLog-2000 | 24551 Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL. 24556 Use FUNCTION_INCOMING_ARG if available and ECF_SIBCALL.
|
| D | FSFChangeLog.11 | 1647 (FUNCTION_ARG,FUNCTION_INCOMING_ARG): Rewrite.
|
| D | ChangeLog-2003 | 24265 FUNCTION_INCOMING_ARG unless pretend_named is different from 26540 (FUNCTION_INCOMING_ARG): Delete.
|
| D | ChangeLog-2004 | 23518 (FUNCTION_INCOMING_ARG, FUNCTION_ARG_ADVANCE): Likewise.
|
| /freebsd-12-stable/contrib/gcc/config/ia64/ |
| D | ia64.h | 1135 #define FUNCTION_INCOMING_ARG(CUM, MODE, TYPE, NAMED) \ macro
|
| /freebsd-12-stable/contrib/gcc/config/sparc/ |
| D | sparc.h | 1571 #define FUNCTION_INCOMING_ARG(CUM, MODE, TYPE, NAMED) \ macro
|
| /freebsd-12-stable/contrib/gcc/doc/ |
| D | tm.texi | 3829 @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.
|