Index: src/x64/macro-assembler-x64.h |
diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h |
index 5f877097defaedeb9a94bce8623c797cd9df622a..921a9dabf080fb566f960de8981abc7410f16607 100644 |
--- a/src/x64/macro-assembler-x64.h |
+++ b/src/x64/macro-assembler-x64.h |
@@ -1096,6 +1096,8 @@ class MacroAssembler: public Assembler { |
void Popcntq(Register dst, Register src); |
void Popcntq(Register dst, const Operand& src); |
+ void Pshufd(XMMRegister dst, XMMRegister src, uint8_t shuffle); |
+ |
// Non-x64 instructions. |
// Push/pop all general purpose registers. |
// Does not push rsp/rbp nor any of the assembler's special purpose registers |