Home
last modified time | relevance | path

Searched refs:CALL_SHORT (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/arm/
Darm.h1340 #define CALL_SHORT 0x00000002 /* Never call indirect. */ macro
Darm.c2692 pcum->call_cookie = CALL_SHORT; in arm_init_cumulative_args()
3129 if (call_cookie & CALL_SHORT) in arm_is_longcall_p()
3165 call_type = CALL_SHORT; in arm_function_ok_for_sibcall()
/freebsd-10-stable/contrib/gcc/
DChangeLog-200511040 * config/bfin/bfin.h (CALL_NORMAL, CALL_LONG, CALL_SHORT): New macros.