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)590 #define ABI_NEEDS_64BIT_REGS (TARGET_NEWABI || mips_abi == ABI_O64)811 #if MIPS_ABI_DEFAULT == ABI_O64
3710 case ABI_O64: in mips_arg_info()4007 if (mips_abi == ABI_O64) in mips_pad_arg_upward()4661 mips_abi = ABI_O64; in mips_handle_option()5875 case ABI_O64: abi_string = "abiO64"; break; in mips_file_start()5890 if (mips_abi == ABI_EABI || mips_abi == ABI_O64) in mips_file_start()
1606 …es="${tm_defines} MIPS_ISA_DEFAULT=64 MIPS_CPU_STRING_DEFAULT=\\\"sb1\\\" MIPS_ABI_DEFAULT=ABI_O64"1618 tm_defines="${tm_defines} MIPS_ISA_DEFAULT=3 MIPS_ABI_DEFAULT=ABI_O64"1630 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.