| Index: src/IceAssemblerMIPS32.h
|
| diff --git a/src/IceAssemblerMIPS32.h b/src/IceAssemblerMIPS32.h
|
| index 7fa863cd128ecffc77507efb4b71dfa61168cf81..d7e73d4d834c1ffa88fbe9619a32a6abe04e91c4 100644
|
| --- a/src/IceAssemblerMIPS32.h
|
| +++ b/src/IceAssemblerMIPS32.h
|
| @@ -218,6 +218,8 @@ public:
|
|
|
| void sub_s(const Operand *OpFd, const Operand *OpFs, const Operand *OpFt);
|
|
|
| + void subu(const Operand *OpRd, const Operand *OpRs, const Operand *OpRt);
|
| +
|
| void sw(const Operand *OpRt, const Operand *OpBase, const uint32_t Offset);
|
|
|
| void teq(const Operand *OpRs, const Operand *OpRt, const uint32_t TrapCode);
|
|
|