x64Emitter: UNPCKLPS/HPS are now tested

This commit is contained in:
Pierre Bourdon 2014-09-02 09:39:22 +02:00
parent cc0b048c0b
commit c428c5999f
1 changed files with 0 additions and 3 deletions

View File

@ -539,11 +539,8 @@ public:
// SSE/SSE2: Useful alternative to shuffle in some cases.
void MOVDDUP(X64Reg regOp, OpArg arg);
// THESE TWO ARE NEW AND UNTESTED
void UNPCKLPS(X64Reg dest, OpArg src);
void UNPCKHPS(X64Reg dest, OpArg src);
// These are OK.
void UNPCKLPD(X64Reg dest, OpArg src);
void UNPCKHPD(X64Reg dest, OpArg src);