mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 15:08:22 +01:00
frontend/ir_emitter: Add half-precision opcode variant for FPRSqrtEstimate
This commit is contained in:
parent
726b9914c5
commit
5dba99b4f4
5 changed files with 17 additions and 4 deletions
|
|
@ -501,6 +501,7 @@ OPCODE(FPRecipStepFused64, U64, U64,
|
|||
OPCODE(FPRoundInt16, U16, U16, U8, U1 )
|
||||
OPCODE(FPRoundInt32, U32, U32, U8, U1 )
|
||||
OPCODE(FPRoundInt64, U64, U64, U8, U1 )
|
||||
OPCODE(FPRSqrtEstimate16, U16, U16 )
|
||||
OPCODE(FPRSqrtEstimate32, U32, U32 )
|
||||
OPCODE(FPRSqrtEstimate64, U64, U64 )
|
||||
OPCODE(FPRSqrtStepFused32, U32, U32, U32 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue