Home
last modified time | relevance | path

Searched refs:TARGET_FUNCTION_INCOMING_ARG (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtarget-def.h117 #if !defined (TARGET_FUNCTION_INCOMING_ARG)
118 #define TARGET_FUNCTION_INCOMING_ARG TARGET_FUNCTION_ARG macro
Dtarget.def4854 @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\
DChangeLog-20107917 (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/
Dmmix.cc258 #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/
Dcris.cc268 #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/
Dxtensa.cc249 #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/
Dfrv.cc471 #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/
Dia64.cc511 #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/
Dsparc.cc821 #undef TARGET_FUNCTION_INCOMING_ARG
822 #define TARGET_FUNCTION_INCOMING_ARG sparc_function_incoming_arg macro
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dtm.texi4125 @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.
Dtm.texi.in3228 @hook TARGET_FUNCTION_INCOMING_ARG
Dgccint.info36167 -- 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)