Searched refs:MASK_LONG64 (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/ |
| H A D | mips.h | 211 #define MASK_LONG64 0x00000002 /* longs are 64 bits */ macro 259 #define TARGET_LONG64 (target_flags & MASK_LONG64) 530 {"int64", MASK_INT64 | MASK_LONG64, \ 532 {"long64", MASK_LONG64, \ 534 {"long32", -(MASK_LONG64 | MASK_INT64), \
|
| H A D | mips.c | 5232 if ((target_flags_explicit & MASK_LONG64) == 0) in override_options() 5239 target_flags |= MASK_LONG64; in override_options() 5241 target_flags &= ~MASK_LONG64; in override_options()
|
| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | mips.c | 4782 if ((target_flags_explicit & MASK_LONG64) == 0) in override_options() 4785 target_flags |= MASK_LONG64; in override_options() 4787 target_flags &= ~MASK_LONG64; in override_options()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | FSFChangeLog.11 | 1319 (MASK_INT64,MASK_LONG64): Delete. 1337 (TARGET_DEFAULT): Delete MASK_LONG64, MASK_MEDANY, add MASK_64BIT. 1351 MASK_LONG64, MASK_MEDANY. 3724 * mips.c (override_options): Set MASK_LONG64 for ABI_64.
|
| H A D | ChangeLog.0 | 10882 (MASK_INT64,MASK_LONG64): Delete. 10900 (TARGET_DEFAULT): Delete MASK_LONG64, MASK_MEDANY, add MASK_64BIT. 10914 MASK_LONG64, MASK_MEDANY.
|
| H A D | ChangeLog.1 | 3255 * config/mips/mips.h (MASK_LONG64): Fix comment.
|