Index: src/IceInstMIPS32.cpp |
diff --git a/src/IceInstMIPS32.cpp b/src/IceInstMIPS32.cpp |
index a1de83564d7c6866883fb3fd214f617418bbf0e2..a3313545f099c94f19c7d7dc78d6cb52ddeca14c 100644 |
--- a/src/IceInstMIPS32.cpp |
+++ b/src/IceInstMIPS32.cpp |
@@ -89,6 +89,12 @@ template <> const char *InstMIPS32Mfhi::Opcode = "mfhi"; |
template <> const char *InstMIPS32Mflo::Opcode = "mflo"; |
template <> const char *InstMIPS32Mov_d::Opcode = "mov.d"; |
template <> const char *InstMIPS32Mov_s::Opcode = "mov.s"; |
+template <> const char *InstMIPS32Movn::Opcode = "movn"; |
+template <> const char *InstMIPS32Movn_d::Opcode = "movn.d"; |
+template <> const char *InstMIPS32Movn_s::Opcode = "movn.s"; |
+template <> const char *InstMIPS32Movz::Opcode = "movz"; |
+template <> const char *InstMIPS32Movz_d::Opcode = "movz.d"; |
+template <> const char *InstMIPS32Movz_s::Opcode = "movz.s"; |
template <> const char *InstMIPS32Mtc1::Opcode = "mtc1"; |
template <> const char *InstMIPS32Mthi::Opcode = "mthi"; |
template <> const char *InstMIPS32Mtlo::Opcode = "mtlo"; |