Home
last modified time | relevance | path

Searched refs:ISA_MIPS3 (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMips64InstrInfo.td124 ADDI_FM<0x19>, IsAsCheapAsAMove, ISA_MIPS3;
144 ISA_MIPS3;
146 ADD_FM<0, 0x2d>, ISA_MIPS3;
148 ADD_FM<0, 0x2f>, ISA_MIPS3;
150 ISA_MIPS3;
169 SRA_FM<0x38, 0>, ISA_MIPS3;
172 SRA_FM<0x3a, 0>, ISA_MIPS3;
175 SRA_FM<0x3b, 0>, ISA_MIPS3;
177 SRLV_FM<0x14, 0>, ISA_MIPS3;
179 SRLV_FM<0x17, 0>, ISA_MIPS3;
[all …]
HDMipsInstrFPU.td554 bitconvert>, MFC1_FM<5>, ISA_MIPS3;
556 bitconvert>, MFC1_FM<1>, ISA_MIPS3;
926 def : MipsPat<(f64 fpimm0), (DMTC1 ZERO_64)>, ISA_MIPS3, GPR_64, FGR_64;
927 def : MipsPat<(f64 fpimm0neg), (FNEG_D64 (DMTC1 ZERO_64))>, ISA_MIPS3, GPR_64,
HDMipsInstrInfo.td313 class ISA_MIPS3 {
/freebsd-11-stable/contrib/binutils/opcodes/
HDmips-dis.c389 { "r4000", 1, bfd_mach_mips4000, CPU_R4000, ISA_MIPS3,
393 { "vr4100", 1, bfd_mach_mips4100, CPU_VR4100, ISA_MIPS3,
395 { "vr4111", 1, bfd_mach_mips4111, CPU_R4111, ISA_MIPS3,
397 { "vr4120", 1, bfd_mach_mips4120, CPU_VR4120, ISA_MIPS3,
399 { "r4300", 1, bfd_mach_mips4300, CPU_R4300, ISA_MIPS3,
401 { "r4400", 1, bfd_mach_mips4400, CPU_R4400, ISA_MIPS3,
403 { "r4600", 1, bfd_mach_mips4600, CPU_R4600, ISA_MIPS3,
405 { "r4650", 1, bfd_mach_mips4650, CPU_R4650, ISA_MIPS3,
473 { "", 1, bfd_mach_mips16, CPU_MIPS16, ISA_MIPS3 | INSN_MIPS16,
571 mips_isa = ISA_MIPS3; in set_default_mips_dis_options()
/freebsd-11-stable/contrib/gcc/config/mips/
HDnetbsd.h90 else if (ISA_MIPS3) \
HDfreebsd.h207 else if (ISA_MIPS3) \
HDmips.h198 #define ISA_MIPS3 (mips_isa == 3) macro
362 else if (ISA_MIPS3) \
603 #define ISA_HAS_64BIT_REGS (ISA_MIPS3 \
/freebsd-11-stable/contrib/binutils/include/opcode/
HDmips.h545 #define ISA_MIPS3 (ISA_MIPS2 | INSN_ISA3) macro
546 #define ISA_MIPS4 (ISA_MIPS3 | INSN_ISA4)
HDChangeLog-9103751 (ISA_MIPS1, ISA_MIPS2, ISA_MIPS3, ISA_MIPS4, ISA_MIPS5,
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-mips.c349 ((ISA) == ISA_MIPS3 \
357 ((ISA) == ISA_MIPS3 \
491 && mips_opts.isa != ISA_MIPS3) \
11404 file_mips_isa = ISA_MIPS3; in md_parse_option()
12907 case ISA_MIPS3: in s_mipsset()
15062 { "mips3", MIPS_CPU_IS_ISA, ISA_MIPS3, CPU_R4000 },
15079 { "r4000", 0, ISA_MIPS3, CPU_R4000 },
15081 { "vr4100", 0, ISA_MIPS3, CPU_VR4100 },
15082 { "vr4111", 0, ISA_MIPS3, CPU_R4111 },
15083 { "vr4120", 0, ISA_MIPS3, CPU_VR4120 },
[all …]
/freebsd-11-stable/contrib/gcc/
HDChangeLog-200216384 * config/mips/mips.h (ISA_MIPS1, ISA_MIPS2, ISA_MIPS3, ISA_MIPS4,