Home
last modified time | relevance | path

Searched refs:ISA_MIPS32R2 (Results 1 – 6 of 6) sorted by relevance

/external/qemu/target-mips/
Dmips-defs.h25 #define ISA_MIPS32R2 0x00000040 macro
55 #define CPU_MIPS32R2 (CPU_MIPS32 | ISA_MIPS32R2)
Dtranslate.c1446 if (env->insn_flags & ISA_MIPS32R2) { in gen_shift_imm()
1491 if (env->insn_flags & ISA_MIPS32R2) { in gen_shift_imm()
1525 if (env->insn_flags & ISA_MIPS32R2) { in gen_shift_imm()
1896 if (env->insn_flags & ISA_MIPS32R2) { in gen_shift()
1942 if (env->insn_flags & ISA_MIPS32R2) { in gen_shift()
3055 check_insn(env, ctx, ISA_MIPS32R2); in gen_mfc0()
3070 check_insn(env, ctx, ISA_MIPS32R2); in gen_mfc0()
3075 check_insn(env, ctx, ISA_MIPS32R2); in gen_mfc0()
3080 check_insn(env, ctx, ISA_MIPS32R2); in gen_mfc0()
3085 check_insn(env, ctx, ISA_MIPS32R2); in gen_mfc0()
[all …]
Dexec.h91 if (env->insn_flags & ISA_MIPS32R2) { in compute_hflags()
Dop_helper.c1210 if (env->insn_flags & ISA_MIPS32R2) in helper_mtc0_cause()
/external/qemu/hw/
Dmips_timer.c64 if (env->insn_flags & ISA_MIPS32R2) in cpu_mips_store_compare()
99 if (env->insn_flags & ISA_MIPS32R2) in mips_timer_cb()
/external/qemu/
Dmips-dis.c580 #define ISA_MIPS32R2 (ISA_MIPS32 | INSN_ISA32R2) macro
3149 (ISA_MIPS32R2 | INSN_MIPS16 | INSN_SMARTMIPS | INSN_DSP | INSN_DSPR2