Home
last modified time | relevance | path

Searched refs:ISA_MIPS_R6 (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc1105 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 Dtranslate.c2424 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 Dfpu_helper.c140 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 Dnanomips_translate.c.inc1830 if (acc || ctx->insn_flags & ISA_MIPS_R6) {
1885 if (acc || ctx->insn_flags & ISA_MIPS_R6) {
/openbmc/qemu/target/mips/
H A Dmips-defs.h23 #define ISA_MIPS_R6 0x0000000000000200ULL macro
82 #define CPU_MIPS32R6 (CPU_MIPS32R5 | ISA_MIPS_R6)
H A Dinternal.h329 } else if (env->insn_flags & ISA_MIPS_R6) { in compute_hflags()
340 !(env->insn_flags & ISA_MIPS_R6)) || in compute_hflags()
H A Dcpu.c150 (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 Dcp0.c66 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 Dcp0_helper.c507 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 Dtlb_helper.c1088 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 Dcpu_loop.c281 env->insn_flags & ISA_MIPS_R6; in target_cpu_copy_regs()