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.inc1109 check_insn(ctx, ISA_MIPS_R6);
1801 check_insn(ctx, ISA_MIPS_R6);
1805 check_insn(ctx, ISA_MIPS_R6);
1818 check_insn(ctx, ISA_MIPS_R6);
2683 if (ctx->insn_flags & ISA_MIPS_R6) {
2727 if (ctx->insn_flags & ISA_MIPS_R6) {
2863 check_insn(ctx, ISA_MIPS_R6);
2877 check_insn(ctx, ISA_MIPS_R6);
2888 check_insn(ctx, ISA_MIPS_R6);
2899 check_insn(ctx, ISA_MIPS_R6);
[all …]
H A Dtranslate.c9753 check_insn(ctx, ISA_MIPS_R6); in gen_farith()
9757 check_insn(ctx, ISA_MIPS_R6); in gen_farith()
9761 check_insn(ctx, ISA_MIPS_R6); in gen_farith()
9817 check_insn(ctx, ISA_MIPS_R6); in gen_farith()
9830 check_insn(ctx, ISA_MIPS_R6); in gen_farith()
9843 check_insn(ctx, ISA_MIPS_R6); in gen_farith()
9852 check_insn(ctx, ISA_MIPS_R6); in gen_farith()
10237 check_insn(ctx, ISA_MIPS_R6); in gen_farith()
10241 check_insn(ctx, ISA_MIPS_R6); in gen_farith()
10245 check_insn(ctx, ISA_MIPS_R6); in gen_farith()
[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.inc1836 if (acc || ctx->insn_flags & ISA_MIPS_R6) {
1892 if (acc || ctx->insn_flags & ISA_MIPS_R6) {
/openbmc/qemu/target/mips/
H A Dmips-defs.h23 #define ISA_MIPS_R6 0x0000000000000200ULL macro
84 #define CPU_MIPS32R6 (CPU_MIPS32R5 | ISA_MIPS_R6)
H A Dinternal.h320 } else if (env->insn_flags & ISA_MIPS_R6) { in compute_hflags()
331 !(env->insn_flags & ISA_MIPS_R6)) || in compute_hflags()
H A Dcpu.c154 (env->insn_flags & ISA_MIPS_R6)) { in mips_cpu_has_work()
381 if ((env->insn_flags & ISA_MIPS_R6) && in mips_cpu_reset_hold()
387 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.c531 if (env->insn_flags & ISA_MIPS_R6) { in helper_mtc0_index()
964 if ((env->insn_flags & ISA_MIPS_R6)) { in helper_mtc0_pwfield()
984 ((env->insn_flags & ISA_MIPS_R6) && in helper_mtc0_pwfield()
994 if ((env->insn_flags & ISA_MIPS_R6)) { in helper_mtc0_pwfield()
1011 ((env->insn_flags & ISA_MIPS_R6) && in helper_mtc0_pwfield()
1030 if (env->insn_flags & ISA_MIPS_R6) { in helper_mtc0_wired()
1079 (env->insn_flags & ISA_MIPS_R6)) { in helper_mtc0_hwrena()
1082 if (env->insn_flags & ISA_MIPS_R6) { in helper_mtc0_hwrena()
1153 if (env->insn_flags & ISA_MIPS_R6) { in helper_mtc0_entryhi()
H A Dtlb_helper.c1093 if (!(env->insn_flags & ISA_MIPS_R6) || in mips_cpu_do_interrupt()
1122 if (!(env->insn_flags & ISA_MIPS_R6) || in mips_cpu_do_interrupt()
1308 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()