Home
last modified time | relevance | path

Searched refs:call_cookie (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/gcc/config/arm/
H A Darm.c2682 pcum->call_cookie = CALL_NORMAL; in arm_init_cumulative_args()
2685 pcum->call_cookie = CALL_LONG; in arm_init_cumulative_args()
2692 pcum->call_cookie = CALL_SHORT; in arm_init_cumulative_args()
2694 pcum->call_cookie = CALL_LONG; in arm_init_cumulative_args()
2768 return GEN_INT (pcum->call_cookie); in arm_function_arg()
3116 arm_is_longcall_p (rtx sym_ref, int call_cookie, int call_symbol) in arm_is_longcall_p() argument
3129 if (call_cookie & CALL_SHORT) in arm_is_longcall_p()
3144 return (call_cookie & CALL_LONG) in arm_is_longcall_p()
H A Darm.h1439 int call_cookie; member
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Drs6000.h1373 int call_cookie; /* Do special things for this call */ member
H A Drs6000.c4417 cum->call_cookie = ((DEFAULT_ABI == ABI_V4 && libcall) in init_cumulative_args()
4434 cum->call_cookie |= CALL_LONG; in init_cumulative_args()
4446 if (cum->call_cookie & CALL_LONG) in init_cumulative_args()
5217 && (cum->call_cookie & CALL_LIBCALL) == 0 in function_arg()
5224 return GEN_INT (cum->call_cookie | CALL_V4_SET_FP_ARGS); in function_arg()
5226 return GEN_INT (cum->call_cookie in function_arg()
5232 return GEN_INT (cum->call_cookie); in function_arg()
/freebsd-12.1/contrib/gcc/
H A DFSFChangeLog.102131 (init_cumulative_args): Set call_cookie field to CALL_NORMAL or
2146 (rs6000_args): Add call_cookie field.
H A DChangeLog-200231600 return value correctly for call_cookie.
31687 call_cookie accordingly.
31691 * config/sh/sh.c (sh_expand_prologue): Use new call_cookie format.
31738 call_cookie.
H A DChangeLog-200027564 'call_cookie' field.
27584 with 'call_cookie'.
H A DChangeLog-200511032 call_cookie field.
11041 (CUMULATIVE_ARGS): New member call_cookie.
H A DChangeLog-20043021 * config/rs6000/rs6000.c (init_cumulative_args): Set call_cookie