Index: src/x64/macro-assembler-x64.h |
diff --git a/src/x64/macro-assembler-x64.h b/src/x64/macro-assembler-x64.h |
index b63a3d9954ef8743e22611cd60aa12c60cda5d68..ef51718a3d523d0c1c82dcfa3e68abcdaeae5ccf 100644 |
--- a/src/x64/macro-assembler-x64.h |
+++ b/src/x64/macro-assembler-x64.h |
@@ -1025,6 +1025,9 @@ class MacroAssembler: public Assembler { |
void Popcntl(Register dst, Register src); |
void Popcntl(Register dst, const Operand& src); |
+ void Popcntq(Register dst, Register src); |
+ void Popcntq(Register dst, const Operand& src); |
+ |
// Non-x64 instructions. |
// Push/pop all general purpose registers. |
// Does not push rsp/rbp nor any of the assembler's special purpose registers |