mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-06-02 22:47:10 +02:00
x64-emitter: add RCPSS SSE instruction
This commit is contained in:
parent
3a56bd4a9e
commit
5429dbf738
2 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue