Home
last modified time | relevance | path

Searched refs:MASK_LONG_CALLS (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/v850/
H A Dv850.h76 #define MASK_LONG_CALLS 0x00000002 macro
117 #define TARGET_LONG_CALLS (target_flags & MASK_LONG_CALLS)
160 { "long-calls", MASK_LONG_CALLS, \
162 { "no-long-calls", -MASK_LONG_CALLS, "" }, \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68hc11/
H A Dm68hc11.h135 #define MASK_LONG_CALLS 0400 macro
146 #define TARGET_LONG_CALLS (target_flags & MASK_LONG_CALLS)
183 { "long-calls", MASK_LONG_CALLS, \
185 { "nolong-calls", - MASK_LONG_CALLS, \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/pa/
H A Dpa.h156 #define MASK_LONG_CALLS 32768 macro
158 #define TARGET_LONG_CALLS (target_flags & MASK_LONG_CALLS)
281 { "long-calls", MASK_LONG_CALLS, \
283 { "no-long-calls", -MASK_LONG_CALLS, \
/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.h222 #define MASK_LONG_CALLS 0x00001000 /* Always call through a register */ macro
301 #define TARGET_LONG_CALLS (target_flags & MASK_LONG_CALLS)
584 {"long-calls", MASK_LONG_CALLS, \
586 {"no-long-calls", -MASK_LONG_CALLS, \
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A DChangeLog10142 (MASK_LONG_CALLS, TARGET_LONG_CALLS, TARGET_LONG_ABS_CALL,