x64-emitter: add RCPSS SSE instruction

This commit is contained in:
aroulin 2015-08-23 15:37:57 +02:00
parent 3a56bd4a9e
commit 5429dbf738
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)