mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
x64Emitter: UNPCKLPS/HPS are now tested
This commit is contained in:
@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user