x64Emitter: Add the xmm, xmm form of PSRLQ instruction.

This commit is contained in:
Scott Mansell
2014-02-06 20:39:57 +13:00
committed by Tillmann Karras
parent 1f34ed2c25
commit 1eb8168488
2 changed files with 5 additions and 0 deletions

View File

@ -636,6 +636,7 @@ public:
void PSRLW(X64Reg reg, int shift);
void PSRLD(X64Reg reg, int shift);
void PSRLQ(X64Reg reg, int shift);
void PSRLQ(X64Reg reg, OpArg arg);
void PSLLW(X64Reg reg, int shift);
void PSLLD(X64Reg reg, int shift);