Searched refs:ISA_MIPS_R2 (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/mips/ |
H A D | mips-defs.h | 20 #define ISA_MIPS_R2 0x0000000000000040ULL macro 70 #define CPU_MIPS32R2 (CPU_MIPS32R1 | ISA_MIPS_R2)
|
H A D | internal.h | 382 if (env->insn_flags & ISA_MIPS_R2) { in compute_hflags()
|
/openbmc/qemu/target/mips/sysemu/ |
H A D | cp0_timer.c | 57 if (env->insn_flags & ISA_MIPS_R2) { in cpu_mips_timer_expire() 105 if (env->insn_flags & ISA_MIPS_R2) { in cpu_mips_store_compare()
|
H A D | cp0.c | 100 if (env->insn_flags & ISA_MIPS_R2) { in cpu_mips_store_cause()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 5303 check_insn(ctx, ISA_MIPS_R2); in gen_mfc0() 5351 check_insn(ctx, ISA_MIPS_R2); in gen_mfc0() 5356 check_insn(ctx, ISA_MIPS_R2); in gen_mfc0() 5361 check_insn(ctx, ISA_MIPS_R2); in gen_mfc0() 5366 check_insn(ctx, ISA_MIPS_R2); in gen_mfc0() 5371 check_insn(ctx, ISA_MIPS_R2); in gen_mfc0() 5387 check_insn(ctx, ISA_MIPS_R2); in gen_mfc0() 5471 check_insn(ctx, ISA_MIPS_R2); in gen_mfc0() 5476 check_insn(ctx, ISA_MIPS_R2); in gen_mfc0() 5481 check_insn(ctx, ISA_MIPS_R2); in gen_mfc0() [all …]
|
H A D | micromips_translate.c.inc | 1214 check_insn(ctx, ISA_MIPS_R2); 1219 check_insn(ctx, ISA_MIPS_R2);
|
/openbmc/qemu/linux-user/mips/ |
H A D | cpu_loop.c | 280 bool cpu_has_mips_r2_r6 = env->insn_flags & ISA_MIPS_R2 || in target_cpu_copy_regs()
|