mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
jit {,F3}0F53 (rcp{ps,ss})
This commit is contained in:
parent
38c484629d
commit
03566c2067
3 changed files with 17 additions and 6 deletions
|
|
@ -680,8 +680,8 @@ const encodings = [
|
|||
{ sse: 1, opcode: 0xF30F52, e: 1, skip: 1, custom: 1 },
|
||||
|
||||
// reciprocal: approximation of 1/x. Skipped because our approximation doesn't match intel's
|
||||
{ sse: 1, opcode: 0x0F53, e: 1, skip: 1, },
|
||||
{ sse: 1, opcode: 0xF30F53, e: 1, skip: 1, },
|
||||
{ sse: 1, opcode: 0x0F53, e: 1, skip: 1, custom: 1 },
|
||||
{ sse: 1, opcode: 0xF30F53, e: 1, skip: 1, custom: 1 },
|
||||
|
||||
{ sse: 1, opcode: 0x0F54, e: 1 },
|
||||
{ sse: 1, opcode: 0x660F54, e: 1 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue