Index: src/IceInstMIPS32.h |
diff --git a/src/IceInstMIPS32.h b/src/IceInstMIPS32.h |
index a4660592747bed11cde48086a3f3338e1c19dbcf..3e41eb397b75668121de3a8350be4a46eeb2aaa5 100644 |
--- a/src/IceInstMIPS32.h |
+++ b/src/IceInstMIPS32.h |
@@ -1179,6 +1179,14 @@ template <> void InstMIPS32Mult::emit(const Cfg *Func) const; |
template <> void InstMIPS32Multu::emit(const Cfg *Func) const; |
template <> void InstMIPS32Lui::emit(const Cfg *Func) const; |
+template <> void InstMIPS32Add_d::emitIAS(const Cfg *Func) const; |
Jim Stichnoth
2016/09/15 04:53:45
Thanks for this! :)
(after learning again, the ha
obucinac
2016/09/15 13:35:06
Acknowledged.
|
+template <> void InstMIPS32Add_s::emitIAS(const Cfg *Func) const; |
+template <> void InstMIPS32Div_d::emitIAS(const Cfg *Func) const; |
+template <> void InstMIPS32Div_s::emitIAS(const Cfg *Func) const; |
+template <> void InstMIPS32Mul_d::emitIAS(const Cfg *Func) const; |
+template <> void InstMIPS32Mul_s::emitIAS(const Cfg *Func) const; |
+template <> void InstMIPS32Sub_d::emitIAS(const Cfg *Func) const; |
+template <> void InstMIPS32Sub_s::emitIAS(const Cfg *Func) const; |
template <> void InstMIPS32Addiu::emitIAS(const Cfg *Func) const; |
template <> void InstMIPS32Slti::emitIAS(const Cfg *Func) const; |
template <> void InstMIPS32Sltiu::emitIAS(const Cfg *Func) const; |