Searched refs:TARGET_FUNCTION_INCOMING_ARG (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | target-def.h | 117 #if !defined (TARGET_FUNCTION_INCOMING_ARG) 118 #define TARGET_FUNCTION_INCOMING_ARG TARGET_FUNCTION_ARG macro
|
| D | target.def | 4854 @code{TARGET_FUNCTION_INCOMING_ARG}, for the called function.", 4963 @code{TARGET_FUNCTION_INCOMING_ARG} should be defined in a similar\n\ 4967 @code{TARGET_FUNCTION_INCOMING_ARG} can also return arbitrary address\n\ 4971 If @code{TARGET_FUNCTION_INCOMING_ARG} is not defined,\n\
|
| D | ChangeLog-2010 | 7917 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define. 8046 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define. 8098 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define. 10554 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define. 10712 (TARGET_FUNCTION_ARG, TARGET_FUNCTION_INCOMING_ARG): Define. 10911 (TARGET_FUNCTION_INCOMING_ARG): Define. 16113 (TARGET_FUNCTION_INCOMING_ARG): Define. 24240 (TARGET_FUNCTION_INCOMING_ARG): Define. 24242 and TARGET_FUNCTION_INCOMING_ARG.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/mmix/ |
| D | mmix.cc | 258 #undef TARGET_FUNCTION_INCOMING_ARG 259 #define TARGET_FUNCTION_INCOMING_ARG mmix_function_incoming_arg macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/cris/ |
| D | cris.cc | 268 #undef TARGET_FUNCTION_INCOMING_ARG 269 #define TARGET_FUNCTION_INCOMING_ARG cris_function_incoming_arg macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/xtensa/ |
| D | xtensa.cc | 249 #undef TARGET_FUNCTION_INCOMING_ARG 250 #define TARGET_FUNCTION_INCOMING_ARG xtensa_function_incoming_arg macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/ |
| D | frv.cc | 471 #undef TARGET_FUNCTION_INCOMING_ARG 472 #define TARGET_FUNCTION_INCOMING_ARG frv_function_incoming_arg macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/ |
| D | ia64.cc | 511 #undef TARGET_FUNCTION_INCOMING_ARG 512 #define TARGET_FUNCTION_INCOMING_ARG ia64_function_incoming_arg macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| D | sparc.cc | 821 #undef TARGET_FUNCTION_INCOMING_ARG 822 #define TARGET_FUNCTION_INCOMING_ARG sparc_function_incoming_arg macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | tm.texi | 4125 @deftypefn {Target Hook} rtx TARGET_FUNCTION_INCOMING_ARG (cumulative_args_t @var{ca}, const functi… 4133 @code{TARGET_FUNCTION_INCOMING_ARG} should be defined in a similar 4137 @code{TARGET_FUNCTION_INCOMING_ARG} can also return arbitrary address 4141 If @code{TARGET_FUNCTION_INCOMING_ARG} is not defined, 4171 @code{TARGET_FUNCTION_INCOMING_ARG}, for the called function.
|
| D | tm.texi.in | 3228 @hook TARGET_FUNCTION_INCOMING_ARG
|
| D | gccint.info | 36167 -- Target Hook: rtx TARGET_FUNCTION_INCOMING_ARG (cumulative_args_t CA, 36176 the caller passes the value, and 'TARGET_FUNCTION_INCOMING_ARG' 36180 'TARGET_FUNCTION_INCOMING_ARG' can also return arbitrary address 36184 If 'TARGET_FUNCTION_INCOMING_ARG' is not defined, 36213 'TARGET_FUNCTION_INCOMING_ARG', for the called function. 57382 * TARGET_FUNCTION_INCOMING_ARG: Register Arguments. (line 58)
|