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

/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.h1345 #define CALL_LONG 0x00000001 /* Always call indirect. */
1444 /* One of CALL_NORMAL, CALL_LONG or CALL_SHORT. */
1339 #define CALL_LONG macro
H A Darm.c2690 pcum->call_cookie = CALL_LONG;
2699 pcum->call_cookie = CALL_LONG;
3152 return (call_cookie & CALL_LONG)
3161 int call_type = TARGET_LONG_CALLS ? CALL_LONG : CALL_NORMAL;
3175 call_type = CALL_LONG;
3180 if (call_type == CALL_LONG && (flag_pic || !TREE_ASM_WRITTEN (decl)))
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.h1324 #define CALL_LONG 0x00000008 /* always call indirect */
1321 #define CALL_LONG macro
H A Drs6000.c4445 cum->call_cookie |= CALL_LONG;
4457 if (cum->call_cookie & CALL_LONG)
18165 && (INTVAL (operands[cookie_operand_number]) & CALL_LONG))

Completed in 179 milliseconds