Revision aa8f4009

b/target-mips/translate.c
11350 11350
            break;
11351 11351
        case OPC_MOVN:         /* Conditional move */
11352 11352
        case OPC_MOVZ:
11353
            check_insn(env, ctx, ISA_MIPS4 | ISA_MIPS32);
11353
            check_insn(env, ctx, ISA_MIPS4 | ISA_MIPS32 |
11354
                                 INSN_LOONGSON2E | INSN_LOONGSON2F);
11354 11355
            gen_cond_move(env, op1, rd, rs, rt);
11355 11356
            break;
11356 11357
        case OPC_ADD ... OPC_SUBU:

Also available in: Unified diff