mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-06 06:28:13 +01:00
frontend/ir_emitter: Add half-precision variant of FPRoundInt
This commit is contained in:
parent
61cec94a19
commit
ad0c698f89
5 changed files with 25 additions and 7 deletions
|
|
@ -498,6 +498,7 @@ OPCODE(FPRecipExponent32, U32, U32
|
|||
OPCODE(FPRecipExponent64, U64, U64 )
|
||||
OPCODE(FPRecipStepFused32, U32, U32, U32 )
|
||||
OPCODE(FPRecipStepFused64, U64, U64, U64 )
|
||||
OPCODE(FPRoundInt16, U16, U16, U8, U1 )
|
||||
OPCODE(FPRoundInt32, U32, U32, U8, U1 )
|
||||
OPCODE(FPRoundInt64, U64, U64, U8, U1 )
|
||||
OPCODE(FPRSqrtEstimate32, U32, U32 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue