mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-20 09:19:48 +00:00
x64Emitter: Add the xmm, xmm form of PSRLQ instruction.
This commit is contained in:
parent
1f34ed2c25
commit
1eb8168488
2 changed files with 5 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue