Searched refs:MASK_LONG_CALLS (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/v850/ |
| H A D | v850.h | 76 #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 D | m68hc11.h | 135 #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 D | pa.h | 156 #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 D | mips.h | 222 #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 D | ChangeLog | 10142 (MASK_LONG_CALLS, TARGET_LONG_CALLS, TARGET_LONG_ABS_CALL,
|