| Index: src/IceAssemblerMIPS32.h
|
| diff --git a/src/IceAssemblerMIPS32.h b/src/IceAssemblerMIPS32.h
|
| index ebb17c8dc6d1a191f10d20bd9d2973050310739f..ce9511b1a3594647daeae2e8ae4b17760e7352fa 100644
|
| --- a/src/IceAssemblerMIPS32.h
|
| +++ b/src/IceAssemblerMIPS32.h
|
| @@ -163,6 +163,8 @@ public:
|
|
|
| void div_s(const Operand *OpFd, const Operand *OpFs, const Operand *OpFt);
|
|
|
| + void divu(const Operand *OpRs, const Operand *OpRt);
|
| +
|
| void lui(const Operand *OpRt, const uint16_t Imm);
|
|
|
| void lw(const Operand *OpRt, const Operand *OpBase, const uint32_t Offset);
|
|
|