mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
x64Emitter: Add the xmm, xmm form of PSRLQ instruction.
This commit is contained in:

committed by
Tillmann Karras

parent
1f34ed2c25
commit
1eb8168488
@ -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);
|
||||
|
Reference in New Issue
Block a user