MIPS: uasm: Add DI instruction
[deliverable/linux.git] / arch / mips / mm / uasm-mips.c
index 9f77783f23a6967806f9a2fe4e254ad7570159ee..2b7d85b8241fb20391bd6535b9c33c93396be924 100644 (file)
@@ -74,6 +74,7 @@ static struct insn insn_table[] = {
        { insn_daddiu, M(daddiu_op, 0, 0, 0, 0, 0), RS | RT | SIMM },
        { insn_daddu, M(spec_op, 0, 0, 0, 0, daddu_op), RS | RT | RD },
        { insn_dinsm, M(spec3_op, 0, 0, 0, 0, dinsm_op), RS | RT | RD | RE },
+       { insn_di, M(cop0_op, mfmc0_op, 0, 12, 0, 0), RT },
        { insn_dins, M(spec3_op, 0, 0, 0, 0, dins_op), RS | RT | RD | RE },
        { insn_divu, M(spec_op, 0, 0, 0, 0, divu_op), RS | RT },
        { insn_dmfc0, M(cop0_op, dmfc_op, 0, 0, 0, 0), RT | RD | SET},
This page took 0.025167 seconds and 5 git commands to generate.