Searched refs:ISA_MIPS32 (Results 1 – 4 of 4) sorted by relevance
/external/qemu/target-mips/ |
D | mips-defs.h | 24 #define ISA_MIPS32 0x00000020 macro 51 #define CPU_MIPS32 (CPU_MIPS2 | ISA_MIPS32)
|
D | exec.h | 94 } else if (env->insn_flags & ISA_MIPS32) { in compute_hflags()
|
D | translate.c | 2903 check_insn(env, ctx, ISA_MIPS32); in gen_mfc0() 3480 check_insn(env, ctx, ISA_MIPS32); in gen_mtc0() 5645 check_insn(env, ctx, ISA_MIPS32); in gen_cp0() 5656 check_insn(env, ctx, ISA_MIPS3 | ISA_MIPS32); in gen_cp0() 5683 check_insn(env, ctx, ISA_MIPS4 | ISA_MIPS32); in gen_compute_branch1() 7673 check_insn(env, ctx, ISA_MIPS4 | ISA_MIPS32); in decode_opc() 7747 check_insn(env, ctx, ISA_MIPS4 | ISA_MIPS32); in decode_opc() 7798 check_insn(env, ctx, ISA_MIPS32); in decode_opc() 7806 check_insn(env, ctx, ISA_MIPS32); in decode_opc() 7813 check_insn(env, ctx, ISA_MIPS32); in decode_opc() [all …]
|
/external/qemu/ |
D | mips-dis.c | 577 #define ISA_MIPS32 (ISA_MIPS2 | INSN_ISA32) macro 580 #define ISA_MIPS32R2 (ISA_MIPS32 | INSN_ISA32R2) 3143 ISA_MIPS32 | INSN_MIPS16 | INSN_SMARTMIPS,
|