Searched refs:ABI_O64 (Results 1 – 6 of 6) sorted by relevance
157 else if (mips_abi == ABI_O64) \283 #elif MIPS_ABI_DEFAULT == ABI_O64
50 else if (mips_abi == ABI_O64) \
92 #define ABI_O64 4 macro270 #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
3734 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()
1610 …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"
1683 * config/mips/abi.h: Use ABI_O64, duplicating ABI_32 usage.1687 * config/mips/mips.h: Same; also define ABI_O64.