aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/mm/uasm-mips.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/mm/uasm-mips.c')
-rw-r--r--arch/mips/mm/uasm-mips.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/mm/uasm-mips.c b/arch/mips/mm/uasm-mips.c
index cb75d452ec0e..9dd15168e849 100644
--- a/arch/mips/mm/uasm-mips.c
+++ b/arch/mips/mm/uasm-mips.c
@@ -97,6 +97,7 @@ static struct insn insn_table[] = {
97 { insn_mfc0, M(cop0_op, mfc_op, 0, 0, 0, 0), RT | RD | SET}, 97 { insn_mfc0, M(cop0_op, mfc_op, 0, 0, 0, 0), RT | RD | SET},
98 { insn_mfhi, M(spec_op, 0, 0, 0, 0, mfhi_op), RD }, 98 { insn_mfhi, M(spec_op, 0, 0, 0, 0, mfhi_op), RD },
99 { insn_mtc0, M(cop0_op, mtc_op, 0, 0, 0, 0), RT | RD | SET}, 99 { insn_mtc0, M(cop0_op, mtc_op, 0, 0, 0, 0), RT | RD | SET},
100 { insn_mul, M(spec2_op, 0, 0, 0, 0, mul_op), RS | RT | RD},
100 { insn_ori, M(ori_op, 0, 0, 0, 0, 0), RS | RT | UIMM }, 101 { insn_ori, M(ori_op, 0, 0, 0, 0, 0), RS | RT | UIMM },
101 { insn_or, M(spec_op, 0, 0, 0, 0, or_op), RS | RT | RD }, 102 { insn_or, M(spec_op, 0, 0, 0, 0, or_op), RS | RT | RD },
102 { insn_pref, M(pref_op, 0, 0, 0, 0, 0), RS | RT | SIMM }, 103 { insn_pref, M(pref_op, 0, 0, 0, 0, 0), RS | RT | SIMM },