x64-emitter: add RCPSS SSE instruction

This commit is contained in:
aroulin
2015-08-23 15:37:57 +02:00
parent 250d474280
commit 16f39aa452
2 changed files with 2 additions and 0 deletions

View File

@ -586,6 +586,7 @@ public:
void MAXSD(X64Reg regOp, const OpArg& arg);
void SQRTSS(X64Reg regOp, const OpArg& arg);
void SQRTSD(X64Reg regOp, const OpArg& arg);
void RCPSS(X64Reg regOp, const OpArg& arg);
void RSQRTSS(X64Reg regOp, const OpArg& arg);
// SSE/SSE2: Floating point bitwise (yes)