Searched refs:ISA_MIPS32R2 (Results 1 – 6 of 6) sorted by relevance
/external/qemu/target-mips/ |
D | mips-defs.h | 25 #define ISA_MIPS32R2 0x00000040 macro 55 #define CPU_MIPS32R2 (CPU_MIPS32 | ISA_MIPS32R2)
|
D | translate.c | 1446 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 …]
|
D | exec.h | 91 if (env->insn_flags & ISA_MIPS32R2) { in compute_hflags()
|
D | op_helper.c | 1210 if (env->insn_flags & ISA_MIPS32R2) in helper_mtc0_cause()
|
/external/qemu/hw/ |
D | mips_timer.c | 64 if (env->insn_flags & ISA_MIPS32R2) in cpu_mips_store_compare() 99 if (env->insn_flags & ISA_MIPS32R2) in mips_timer_cb()
|
/external/qemu/ |
D | mips-dis.c | 580 #define ISA_MIPS32R2 (ISA_MIPS32 | INSN_ISA32R2) macro 3149 (ISA_MIPS32R2 | INSN_MIPS16 | INSN_SMARTMIPS | INSN_DSP | INSN_DSPR2
|