Searched refs:ISA_MIPS2 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/mips/ |
H A D | mips-defs.h | 15 #define ISA_MIPS2 0x0000000000000002ULL macro 58 #define CPU_MIPS2 (CPU_MIPS1 | ISA_MIPS2)
|
/openbmc/qemu/disas/ |
H A D | mips.c | 619 #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,
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 2303 check_insn(ctx, ISA_MIPS2); in gen_cop1_ldst() 8627 check_insn(ctx, ISA_MIPS2); in gen_cp0() 13284 check_insn(ctx, ISA_MIPS2); in decode_opc_special() 13303 check_insn(ctx, ISA_MIPS2); in decode_opc_special() 14348 check_insn(ctx, ISA_MIPS2); in decode_opc_legacy() 14374 check_insn(ctx, ISA_MIPS2); in decode_opc_legacy() 14621 check_insn(ctx, ISA_MIPS2); in decode_opc_legacy() 14629 check_insn(ctx, ISA_MIPS2); in decode_opc_legacy() 14652 check_insn(ctx, ISA_MIPS2); in decode_opc_legacy()
|