Searched refs:call_cookie (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/arm/
H A Darm.c2687 pcum->call_cookie = CALL_NORMAL;
2690 pcum->call_cookie = CALL_LONG;
2697 pcum->call_cookie = CALL_SHORT;
2699 pcum->call_cookie = CALL_LONG;
2773 return GEN_INT (pcum->call_cookie);
3124 arm_is_longcall_p (rtx sym_ref, int call_cookie, int call_symbol)
3137 if (call_cookie & CALL_SHORT)
3152 return (call_cookie & CALL_LONG)
3116 arm_is_longcall_p(rtx sym_ref, int call_cookie, int call_symbol) argument
H A Darm.h1445 int call_cookie;
1439 int call_cookie; member in struct:__anon1030
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Drs6000.h1377 int call_cookie; /* Do special things for this call */
1373 int call_cookie; /* Do special things for this call */ member in struct:rs6000_args
H A Drs6000.c4428 cum->call_cookie = ((DEFAULT_ABI == ABI_V4 && libcall)
4445 cum->call_cookie |= CALL_LONG;
4457 if (cum->call_cookie & CALL_LONG)
5230 && (cum->call_cookie & CALL_LIBCALL) == 0
5237 return GEN_INT (cum->call_cookie | CALL_V4_SET_FP_ARGS);
5239 return GEN_INT (cum->call_cookie
5245 return GEN_INT (cum->call_cookie);

Completed in 172 milliseconds