From 16f39aa452baee9048b24545392455c1af0e873f Mon Sep 17 00:00:00 2001 From: aroulin Date: Sun, 23 Aug 2015 15:37:57 +0200 Subject: x64-emitter: add RCPSS SSE instruction --- src/common/x64/emitter.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/x64/emitter.h') diff --git a/src/common/x64/emitter.h b/src/common/x64/emitter.h index 3d6eeb564..a49cd2cf1 100644 --- a/src/common/x64/emitter.h +++ b/src/common/x64/emitter.h @@ -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) -- cgit v1.2.3