Searched refs:ISA_MIPS32 (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/mips/
H A Dnetbsd.h94 else if (ISA_MIPS32) \
H A Dfreebsd.h217 else if (ISA_MIPS32) \
H A Dmips.h201 #define ISA_MIPS32 (mips_isa == 32)
373 else if (ISA_MIPS32) \
581 || ISA_MIPS32 \
616 || ISA_MIPS32 \
626 || ISA_MIPS32 \
644 #define ISA_HAS_MADD_MSUB ((ISA_MIPS32 \
658 #define ISA_HAS_CLZ_CLO ((ISA_MIPS32 \
723 || ISA_MIPS32 \
780 #define ISA_HAS_HILO_INTERLOCKS (ISA_MIPS32 \
200 #define ISA_MIPS32 macro
H A Dmips.c4883 && !(ISA_MIPS32 || ISA_MIPS32R2 || ISA_MIPS64 || ISA_MIPS64R2)
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dmips.h549 #define ISA_MIPS32 (ISA_MIPS2 | INSN_ISA32) macro
552 #define ISA_MIPS32R2 (ISA_MIPS32 | INSN_ISA32R2)
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c283 #define ISA_SUPPORTS_MIPS16E (mips_opts.isa == ISA_MIPS32 \
300 #define ISA_SUPPORTS_SMARTMIPS (mips_opts.isa == ISA_MIPS32 \
383 ((ISA) == ISA_MIPS32 \
460 (mips_opts.isa == ISA_MIPS32 \
11425 file_mips_isa = ISA_MIPS32;
12913 case ISA_MIPS32:
15078 { "mips32", MIPS_CPU_IS_ISA, ISA_MIPS32, CPU_MIPS32 },
15121 { "4kc", 0, ISA_MIPS32, CPU_MIPS32 },
15122 { "4km", 0, ISA_MIPS32, CPU_MIPS32 },
15123 { "4kp", 0, ISA_MIPS32, CPU_MIPS3
[all...]
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmips-dis.c435 ISA_MIPS32 | INSN_MIPS16 | INSN_SMARTMIPS,

Completed in 192 milliseconds