| Index: src/IceInstMIPS32.h
|
| diff --git a/src/IceInstMIPS32.h b/src/IceInstMIPS32.h
|
| index bfb19be9383a54d54e947ed2f8aa9148b9f09a69..5201046080ea6853b08af6884bc10c3379ac5cf7 100644
|
| --- a/src/IceInstMIPS32.h
|
| +++ b/src/IceInstMIPS32.h
|
| @@ -209,6 +209,7 @@ public:
|
| C_un_d,
|
| C_un_s,
|
| Call,
|
| + Clz,
|
| Cvt_d_l,
|
| Cvt_d_s,
|
| Cvt_d_w,
|
| @@ -1125,6 +1126,7 @@ using InstMIPS32C_ult_d = InstMIPS32FPCmp<InstMIPS32::C_ult_d>;
|
| using InstMIPS32C_ult_s = InstMIPS32FPCmp<InstMIPS32::C_ult_s>;
|
| using InstMIPS32C_un_d = InstMIPS32FPCmp<InstMIPS32::C_un_d>;
|
| using InstMIPS32C_un_s = InstMIPS32FPCmp<InstMIPS32::C_un_s>;
|
| +using InstMIPS32Clz = InstMIPS32TwoAddrGPR<InstMIPS32::Clz>;
|
| using InstMIPS32Cvt_d_s = InstMIPS32TwoAddrFPR<InstMIPS32::Cvt_d_s>;
|
| using InstMIPS32Cvt_d_l = InstMIPS32TwoAddrFPR<InstMIPS32::Cvt_d_l>;
|
| using InstMIPS32Cvt_d_w = InstMIPS32TwoAddrFPR<InstMIPS32::Cvt_d_w>;
|
| @@ -1256,6 +1258,7 @@ template <> void InstMIPS32C_ult_d::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32C_ult_s::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32C_un_d::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32C_un_s::emitIAS(const Cfg *Func) const;
|
| +template <> void InstMIPS32Clz::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Cvt_d_l::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Cvt_d_s::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Cvt_d_w::emitIAS(const Cfg *Func) const;
|
| @@ -1272,6 +1275,7 @@ template <> void InstMIPS32Mfhi::emit(const Cfg *Func) const;
|
| template <> void InstMIPS32Mov_d::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Mov_s::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Movf::emitIAS(const Cfg *Func) const;
|
| +template <> void InstMIPS32Movn::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Movn_d::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Movn_s::emitIAS(const Cfg *Func) const;
|
| template <> void InstMIPS32Movt::emitIAS(const Cfg *Func) const;
|
|
|