| Index: src/IceAssemblerMIPS32.h
|
| diff --git a/src/IceAssemblerMIPS32.h b/src/IceAssemblerMIPS32.h
|
| index ff67904c9fab03693be9b04887d0888c99afbff2..46a4823aad5dfa756778b7f47ba6cc1b2723f12d 100644
|
| --- a/src/IceAssemblerMIPS32.h
|
| +++ b/src/IceAssemblerMIPS32.h
|
| @@ -178,6 +178,8 @@ public:
|
|
|
| void sw(const Operand *OpRt, const Operand *OpBase, const uint32_t Offset);
|
|
|
| + void teq(const Operand *OpRs, const Operand *OpRt, const uint32_t TrapCode);
|
| +
|
| void trunc_l_d(const Operand *OpFd, const Operand *OpFs);
|
|
|
| void trunc_l_s(const Operand *OpFd, const Operand *OpFs);
|
|
|