Index: src/IceInstMIPS32.cpp |
diff --git a/src/IceInstMIPS32.cpp b/src/IceInstMIPS32.cpp |
index c83267d11166c748e01b80cbba755cc0903e9ab2..791725b85f630fb823a664d77127734ea4d9c286 100644 |
--- a/src/IceInstMIPS32.cpp |
+++ b/src/IceInstMIPS32.cpp |
@@ -89,6 +89,7 @@ template <> const char *InstMIPS32Cvt_d_w::Opcode = "cvt.d.w"; |
template <> const char *InstMIPS32Cvt_s_d::Opcode = "cvt.s.d"; |
template <> const char *InstMIPS32Cvt_s_l::Opcode = "cvt.s.l"; |
template <> const char *InstMIPS32Cvt_s_w::Opcode = "cvt.s.w"; |
+template <> const char *InstMIPS32Teq::Opcode = "teq"; |
obucinac
2016/09/16 10:30:42
Alphabetize
jaydeep.patil
2016/09/16 10:39:07
Done.
|
template <> const char *InstMIPS32Div::Opcode = "div"; |
template <> const char *InstMIPS32Div_d::Opcode = "div.d"; |
template <> const char *InstMIPS32Div_s::Opcode = "div.s"; |