| Index: src/x64/assembler-x64.h
|
| diff --git a/src/x64/assembler-x64.h b/src/x64/assembler-x64.h
|
| index 13f269f5dfccdd335a4c6b71ab1544ce622f8232..2445e2335c12c147037156b505d47a0118596f7c 100644
|
| --- a/src/x64/assembler-x64.h
|
| +++ b/src/x64/assembler-x64.h
|
| @@ -1309,6 +1309,9 @@ class Assembler : public AssemblerBase {
|
| void movdqa(const Operand& dst, XMMRegister src);
|
| void movdqa(XMMRegister dst, const Operand& src);
|
|
|
| + void movdqu(const Operand& dst, XMMRegister src);
|
| + void movdqu(XMMRegister dst, const Operand& src);
|
| +
|
| void movapd(XMMRegister dst, XMMRegister src);
|
| void movaps(XMMRegister dst, XMMRegister src);
|
|
|
|
|