Home
last modified time | relevance | path

Searched refs:ISA_MIPS32 (Results 1 – 4 of 4) sorted by relevance

/external/qemu/target-mips/
Dmips-defs.h24 #define ISA_MIPS32 0x00000020 macro
51 #define CPU_MIPS32 (CPU_MIPS2 | ISA_MIPS32)
Dexec.h94 } else if (env->insn_flags & ISA_MIPS32) { in compute_hflags()
Dtranslate.c2903 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/
Dmips-dis.c577 #define ISA_MIPS32 (ISA_MIPS2 | INSN_ISA32) macro
580 #define ISA_MIPS32R2 (ISA_MIPS32 | INSN_ISA32R2)
3143 ISA_MIPS32 | INSN_MIPS16 | INSN_SMARTMIPS,