Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/gcc/config/mips/
Dfreebsd.h157 else if (mips_abi == ABI_O64) \
283 #elif MIPS_ABI_DEFAULT == ABI_O64
Dnetbsd.h50 else if (mips_abi == ABI_O64) \
Dmips.h92 #define ABI_O64 4 macro
270 #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
Dmips.c3710 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()
/freebsd-9-stable/contrib/gcc/
Dconfig.gcc1606 …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"
DChangeLog-19981683 * config/mips/abi.h: Use ABI_O64, duplicating ABI_32 usage.
1687 * config/mips/mips.h: Same; also define ABI_O64.