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

/freebsd-11-stable/contrib/gcc/config/mips/
H A Dnetbsd.h104 else if (ISA_MIPS64) \
H A Dmips.h203 #define ISA_MIPS64 (mips_isa == 64)
385 else if (ISA_MIPS64) \
583 || ISA_MIPS64 \
606 || ISA_MIPS64 \
618 || ISA_MIPS64 \
628 || ISA_MIPS64 \
635 || ISA_MIPS64 \
646 || ISA_MIPS64 \
652 || ISA_MIPS64 \
660 || ISA_MIPS64 \
202 #define ISA_MIPS64 macro
[all...]
H A Dfreebsd.h229 else if (ISA_MIPS64) \
H A Dmips.c4883 && !(ISA_MIPS32 || ISA_MIPS32R2 || ISA_MIPS64 || ISA_MIPS64R2)
4990 if (TARGET_PAIRED_SINGLE_FLOAT && !ISA_MIPS64)
/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dmips.h550 #define ISA_MIPS64 (ISA_MIPS5 | INSN_ISA32 | INSN_ISA64) macro
553 #define ISA_MIPS64R2 (ISA_MIPS64 | INSN_ISA32R2 | INSN_ISA64R2)
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmips-dis.c449 ISA_MIPS64 | INSN_MIPS16 | INSN_MIPS3D | INSN_MDMX,
462 ISA_MIPS64 | INSN_MIPS3D | INSN_SB1,
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-mips.c285 || mips_opts.isa == ISA_MIPS64 \
352 || (ISA) == ISA_MIPS64 \
361 || (ISA) == ISA_MIPS64 \
385 || (ISA) == ISA_MIPS64 \
462 || mips_opts.isa == ISA_MIPS64 \
11437 file_mips_isa = ISA_MIPS64;
12921 case ISA_MIPS64:
15080 { "mips64", MIPS_CPU_IS_ISA, ISA_MIPS64, CPU_MIPS64 },
15156 { "5kc", 0, ISA_MIPS64, CPU_MIPS64 },
15157 { "5kf", 0, ISA_MIPS64, CPU_MIPS6
[all...]

Completed in 255 milliseconds