Home
last modified time | relevance | path

Searched refs:MASK_LONG64 (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dmips.h211 #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 Dmips.c5232 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 Dmips.c4782 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 DFSFChangeLog.111319 (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 DChangeLog.010882 (MASK_INT64,MASK_LONG64): Delete.
10900 (TARGET_DEFAULT): Delete MASK_LONG64, MASK_MEDANY, add MASK_64BIT.
10914 MASK_LONG64, MASK_MEDANY.
H A DChangeLog.13255 * config/mips/mips.h (MASK_LONG64): Fix comment.