Home
last modified time | relevance | path

Searched refs:ISA_MIPS2 (Results 1 – 3 of 3) sorted by relevance

/qemu/target/mips/
H A Dmips-defs.h15 #define ISA_MIPS2 0x0000000000000002ULL macro
60 #define CPU_MIPS2 (CPU_MIPS1 | ISA_MIPS2)
/qemu/disas/
H A Dmips.c619 #define ISA_MIPS2 (ISA_MIPS1 | INSN_ISA2) macro
620 #define ISA_MIPS3 (ISA_MIPS2 | INSN_ISA3)
624 #define ISA_MIPS32 (ISA_MIPS2 | INSN_ISA32)
3900 { "r4010", 1, bfd_mach_mips4010, CPU_R4010, ISA_MIPS2,
3922 { "r6000", 1, bfd_mach_mips6000, CPU_R6000, ISA_MIPS2,
/qemu/target/mips/tcg/
H A Dtranslate.c2330 check_insn(ctx, ISA_MIPS2); in gen_cop1_ldst()
8844 check_insn(ctx, ISA_MIPS2); in gen_cp0()
13509 check_insn(ctx, ISA_MIPS2); in decode_opc_special()
13528 check_insn(ctx, ISA_MIPS2); in decode_opc_special()
14607 check_insn(ctx, ISA_MIPS2); in decode_opc_legacy()
14633 check_insn(ctx, ISA_MIPS2); in decode_opc_legacy()
14880 check_insn(ctx, ISA_MIPS2); in decode_opc_legacy()
14888 check_insn(ctx, ISA_MIPS2); in decode_opc_legacy()
14911 check_insn(ctx, ISA_MIPS2); in decode_opc_legacy()