mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
x64Emitter: UNPCKLPS/HPS are now tested
This commit is contained in:
parent
cc0b048c0b
commit
c428c5999f
1 changed files with 0 additions and 3 deletions
|
@ -539,11 +539,8 @@ public:
|
||||||
// SSE/SSE2: Useful alternative to shuffle in some cases.
|
// SSE/SSE2: Useful alternative to shuffle in some cases.
|
||||||
void MOVDDUP(X64Reg regOp, OpArg arg);
|
void MOVDDUP(X64Reg regOp, OpArg arg);
|
||||||
|
|
||||||
// THESE TWO ARE NEW AND UNTESTED
|
|
||||||
void UNPCKLPS(X64Reg dest, OpArg src);
|
void UNPCKLPS(X64Reg dest, OpArg src);
|
||||||
void UNPCKHPS(X64Reg dest, OpArg src);
|
void UNPCKHPS(X64Reg dest, OpArg src);
|
||||||
|
|
||||||
// These are OK.
|
|
||||||
void UNPCKLPD(X64Reg dest, OpArg src);
|
void UNPCKLPD(X64Reg dest, OpArg src);
|
||||||
void UNPCKHPD(X64Reg dest, OpArg src);
|
void UNPCKHPD(X64Reg dest, OpArg src);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue