| Index: src/IceInstX8632.cpp
|
| diff --git a/src/IceInstX8632.cpp b/src/IceInstX8632.cpp
|
| index 1698dfe9e5b6c25acd2b03c8e8dd8b08bcabb224..7d930c2c69265fc81134f7d60ec4bef476db2cd8 100644
|
| --- a/src/IceInstX8632.cpp
|
| +++ b/src/IceInstX8632.cpp
|
| @@ -462,7 +462,6 @@ template <> const char *InstX8632Bsf::Opcode = "bsf";
|
| template <> const char *InstX8632Bsr::Opcode = "bsr";
|
| template <> const char *InstX8632Lea::Opcode = "lea";
|
| template <> const char *InstX8632Movd::Opcode = "movd";
|
| -template <> const char *InstX8632Movss::Opcode = "movss";
|
| template <> const char *InstX8632Sqrtss::Opcode = "sqrtss";
|
| // Binary ops
|
| template <> const char *InstX8632Add::Opcode = "add";
|
| @@ -499,6 +498,7 @@ template <> const char *InstX8632Sar::Opcode = "sar";
|
| template <> const char *InstX8632Psra::Opcode = "psra";
|
| template <> const char *InstX8632Pcmpeq::Opcode = "pcmpeq";
|
| template <> const char *InstX8632Pcmpgt::Opcode = "pcmpgt";
|
| +template <> const char *InstX8632Movss::Opcode = "movss";
|
| // Ternary ops
|
| template <> const char *InstX8632Shufps::Opcode = "shufps";
|
| template <> const char *InstX8632Pinsrw::Opcode = "pinsrw";
|
|
|