Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/config/bfin/
H A Dbfin.h642 #define CALL_SHORT 0x00000002 /* always call by symbol */ macro
H A Dbfin.c1428 cum->call_cookie |= CALL_SHORT; in init_cumulative_args()
1713 if (call_cookie & CALL_SHORT) in bfin_longcall_p()
/openbsd/gnu/gcc/gcc/config/arm/
H A Darm.h1340 #define CALL_SHORT 0x00000002 /* Never call indirect. */ macro
H A Darm.c2682 pcum->call_cookie = CALL_SHORT; in arm_init_cumulative_args()
3119 if (call_cookie & CALL_SHORT) in arm_is_longcall_p()
3155 call_type = CALL_SHORT; in arm_function_ok_for_sibcall()
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm.h1395 #define CALL_SHORT 0x00000002 /* Never call indirect. */ macro
H A Darm.c1927 pcum->call_cookie = CALL_SHORT;
2302 if (call_cookie & CALL_SHORT)
2331 call_type = CALL_SHORT;