Searched refs:ISA_MIPS_R6 (Results 1 – 11 of 11) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 1105 check_insn(ctx, ISA_MIPS_R6); 1124 check_insn_opc_removed(ctx, ISA_MIPS_R6); 1131 check_insn_opc_removed(ctx, ISA_MIPS_R6); 1135 check_insn_opc_removed(ctx, ISA_MIPS_R6); 1139 check_insn_opc_removed(ctx, ISA_MIPS_R6); 1143 check_insn_opc_removed(ctx, ISA_MIPS_R6); 1151 check_insn_opc_removed(ctx, ISA_MIPS_R6); 1155 check_insn_opc_removed(ctx, ISA_MIPS_R6); 1159 check_insn_opc_removed(ctx, ISA_MIPS_R6); 1163 check_insn_opc_removed(ctx, ISA_MIPS_R6); [all …]
|
H A D | translate.c | 2424 if (rs != 0 && (ctx->insn_flags & ISA_MIPS_R6)) { in gen_logic_imm() 5092 if (ctx->insn_flags & ISA_MIPS_R6) { in gen_mfc0_unimplemented() 5141 CP0_CHECK(!(ctx->insn_flags & ISA_MIPS_R6)); in gen_mfc0() 5644 CP0_CHECK(!(ctx->insn_flags & ISA_MIPS_R6)); in gen_mfc0() 6377 CP0_CHECK(!(ctx->insn_flags & ISA_MIPS_R6)); in gen_mtc0() 6648 CP0_CHECK(!(ctx->insn_flags & ISA_MIPS_R6)); in gen_dmfc0() 7117 CP0_CHECK(!(ctx->insn_flags & ISA_MIPS_R6)); in gen_dmfc0() 7836 CP0_CHECK(!(ctx->insn_flags & ISA_MIPS_R6)); in gen_dmtc0() 8614 if ((ctx->insn_flags & ISA_MIPS_R6) && in gen_cp0() 8636 if ((ctx->insn_flags & ISA_MIPS_R6) && in gen_cp0() [all …]
|
H A D | fpu_helper.c | 140 if ((env->insn_flags & ISA_MIPS_R6) || (arg1 & 0xffffff00)) { in helper_ctc1() 167 if (env->insn_flags & ISA_MIPS_R6) { in helper_ctc1()
|
H A D | nanomips_translate.c.inc | 1830 if (acc || ctx->insn_flags & ISA_MIPS_R6) { 1885 if (acc || ctx->insn_flags & ISA_MIPS_R6) {
|
/openbmc/qemu/target/mips/ |
H A D | mips-defs.h | 23 #define ISA_MIPS_R6 0x0000000000000200ULL macro 82 #define CPU_MIPS32R6 (CPU_MIPS32R5 | ISA_MIPS_R6)
|
H A D | internal.h | 329 } else if (env->insn_flags & ISA_MIPS_R6) { in compute_hflags() 340 !(env->insn_flags & ISA_MIPS_R6)) || in compute_hflags()
|
H A D | cpu.c | 150 (env->insn_flags & ISA_MIPS_R6)) { in mips_cpu_has_work() 380 if ((env->insn_flags & ISA_MIPS_R6) && in mips_cpu_reset_hold() 386 if (env->insn_flags & ISA_MIPS_R6) { in mips_cpu_reset_hold()
|
/openbmc/qemu/target/mips/sysemu/ |
H A D | cp0.c | 66 if (env->insn_flags & ISA_MIPS_R6) { in cpu_mips_store_status() 103 if (env->insn_flags & ISA_MIPS_R6) { in cpu_mips_store_cause()
|
/openbmc/qemu/target/mips/tcg/sysemu/ |
H A D | cp0_helper.c | 507 if (env->insn_flags & ISA_MIPS_R6) { in helper_mtc0_index() 940 if ((env->insn_flags & ISA_MIPS_R6)) { in helper_mtc0_pwfield() 960 ((env->insn_flags & ISA_MIPS_R6) && in helper_mtc0_pwfield() 970 if ((env->insn_flags & ISA_MIPS_R6)) { in helper_mtc0_pwfield() 987 ((env->insn_flags & ISA_MIPS_R6) && in helper_mtc0_pwfield() 1006 if (env->insn_flags & ISA_MIPS_R6) { in helper_mtc0_wired() 1055 (env->insn_flags & ISA_MIPS_R6)) { in helper_mtc0_hwrena() 1058 if (env->insn_flags & ISA_MIPS_R6) { in helper_mtc0_hwrena() 1089 if (env->insn_flags & ISA_MIPS_R6) { in helper_mtc0_entryhi()
|
H A D | tlb_helper.c | 1088 if (!(env->insn_flags & ISA_MIPS_R6) || in mips_cpu_do_interrupt() 1117 if (!(env->insn_flags & ISA_MIPS_R6) || in mips_cpu_do_interrupt() 1303 if (!(env->insn_flags & ISA_MIPS_R6) || in mips_cpu_do_interrupt()
|
/openbmc/qemu/linux-user/mips/ |
H A D | cpu_loop.c | 281 env->insn_flags & ISA_MIPS_R6; in target_cpu_copy_regs()
|