Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gcc/config/mips/
HDfreebsd.h157 else if (mips_abi == ABI_O64) \
283 #elif MIPS_ABI_DEFAULT == ABI_O64
HDnetbsd.h50 else if (mips_abi == ABI_O64) \
HDmips.h92 #define ABI_O64 4 macro
270 #define TARGET_OLDABI (mips_abi == ABI_32 || mips_abi == ABI_O64)
593 #define ABI_NEEDS_64BIT_REGS (TARGET_NEWABI || mips_abi == ABI_O64)
814 #if MIPS_ABI_DEFAULT == ABI_O64
HDmips.c3734 case ABI_O64: in mips_arg_info()
4031 if (mips_abi == ABI_O64) in mips_pad_arg_upward()
4685 mips_abi = ABI_O64; in mips_handle_option()
5900 case ABI_O64: abi_string = "abiO64"; break; in mips_file_start()
5915 if (mips_abi == ABI_EABI || mips_abi == ABI_O64) in mips_file_start()
/freebsd-11-stable/contrib/gcc/
HDconfig.gcc1610 …es="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"
1622 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
1634 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"
HDChangeLog-19981683 * config/mips/abi.h: Use ABI_O64, duplicating ABI_32 usage.
1687 * config/mips/mips.h: Same; also define ABI_O64.