Searched refs:call_cookie (Results 1 – 9 of 9) sorted by relevance
2682 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() argument3129 if (call_cookie & CALL_SHORT) in arm_is_longcall_p()3144 return (call_cookie & CALL_LONG) in arm_is_longcall_p()
1439 int call_cookie; member
1373 int call_cookie; /* Do special things for this call */ member
4417 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()
2131 (init_cumulative_args): Set call_cookie field to CALL_NORMAL or2146 (rs6000_args): Add call_cookie field.
31600 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.
27564 'call_cookie' field.27584 with 'call_cookie'.
11032 call_cookie field.11041 (CUMULATIVE_ARGS): New member call_cookie.
3021 * config/rs6000/rs6000.c (init_cumulative_args): Set call_cookie