Home
last modified time | relevance | path

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

/trueos/contrib/gcc/config/mips/
HDmips.h165 && !ABI_HAS_64BIT_SYMBOLS)
597 #define ABI_HAS_64BIT_SYMBOLS (mips_abi == ABI_64 && !TARGET_SYM32) macro
946 #define DWARF2_ADDR_SIZE (ABI_HAS_64BIT_SYMBOLS ? 8 : 4)
HDmips.c1381 if (Pmode == DImode && !ABI_HAS_64BIT_SYMBOLS) in mips_symbolic_constant_p()
1670 return (ABI_HAS_64BIT_SYMBOLS ? 6 : 2); in mips_symbol_insns()
4901 && !ABI_HAS_64BIT_SYMBOLS) in override_options()
5095 if (ABI_HAS_64BIT_SYMBOLS) in override_options()
HDmips.md3042 "TARGET_EXPLICIT_RELOCS && ABI_HAS_64BIT_SYMBOLS"
3068 "TARGET_EXPLICIT_RELOCS && ABI_HAS_64BIT_SYMBOLS"
3096 "TARGET_EXPLICIT_RELOCS && ABI_HAS_64BIT_SYMBOLS && cse_not_expected"
/trueos/contrib/gcc/
HDChangeLog-200324674 * config/mips/mips.h (ABI_HAS_64BIT_SYMBOLS): New macro.
24735 Pmode == DImode too, except when ABI_HAS_64BIT_SYMBOLS.
HDChangeLog-200530048 (ABI_HAS_64BIT_SYMBOLS): Set to false if TARGET_SYM32.