Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/config/rs6000/
Drs6000.h1317 #define CALL_NORMAL 0x00000000 /* no special processing */ macro
Drs6000.c4418 ? CALL_LIBCALL : CALL_NORMAL); in init_cumulative_args()
/freebsd-12-stable/contrib/gcc/config/arm/
Darm.h1338 #define CALL_NORMAL 0x00000000 /* No special processing. */ macro
Darm.c2682 pcum->call_cookie = CALL_NORMAL; in arm_init_cumulative_args()
3153 int call_type = TARGET_LONG_CALLS ? CALL_LONG : CALL_NORMAL; in arm_function_ok_for_sibcall()
/freebsd-12-stable/contrib/gcc/
DFSFChangeLog.102131 (init_cumulative_args): Set call_cookie field to CALL_NORMAL or
DChangeLog-200511040 * config/bfin/bfin.h (CALL_NORMAL, CALL_LONG, CALL_SHORT): New macros.