Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #59 from Tilka/nit
x64: drop instructions that don't exist
  • Loading branch information
Parlane committed Feb 11, 2014
2 parents 002c8f4 + 3218f6c commit 4a5ef06
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Source/Core/Common/x64Emitter.h
Expand Up @@ -446,14 +446,6 @@ class XEmitter
// SSE/SSE2: Floating point bitwise (yes)
void CMPSS(X64Reg regOp, OpArg arg, u8 compare);
void CMPSD(X64Reg regOp, OpArg arg, u8 compare);
void ANDSS(X64Reg regOp, OpArg arg);
void ANDSD(X64Reg regOp, OpArg arg);
void ANDNSS(X64Reg regOp, OpArg arg);
void ANDNSD(X64Reg regOp, OpArg arg);
void ORSS(X64Reg regOp, OpArg arg);
void ORSD(X64Reg regOp, OpArg arg);
void XORSS(X64Reg regOp, OpArg arg);
void XORSD(X64Reg regOp, OpArg arg);

// SSE/SSE2: Floating point packed arithmetic (x4 for float, x2 for double)
void ADDPS(X64Reg regOp, OpArg arg);
Expand Down

0 comments on commit 4a5ef06

Please sign in to comment.