Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/rs6000/
HDrs6000.h1322 #define CALL_LIBCALL 0x00000010 /* libcall */ macro
HDrs6000.c4418 ? CALL_LIBCALL : CALL_NORMAL); in init_cumulative_args()
5217 && (cum->call_cookie & CALL_LIBCALL) == 0 in function_arg()
/NextBSD/contrib/gcc/
HDChangeLog-200318350 * config/rs6000/rs6000.c (init_cumulative_args): Limit CALL_LIBCALL
18518 (function_arg): Handle CALL_LIBCALL flag.
18521 * config/rs6000/rs6000.h (CALL_LIBCALL): New macro.