mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 23:18:10 +01:00
IR: Implement FPRSqrtStepFused
This commit is contained in:
parent
6eb069e80d
commit
506e544bfe
4 changed files with 27 additions and 0 deletions
|
|
@ -388,6 +388,8 @@ OPCODE(FPRoundInt32, T::U32, T::U32, T::U
|
|||
OPCODE(FPRoundInt64, T::U64, T::U64, T::U8, T::U1 )
|
||||
OPCODE(FPRSqrtEstimate32, T::U32, T::U32 )
|
||||
OPCODE(FPRSqrtEstimate64, T::U64, T::U64 )
|
||||
OPCODE(FPRSqrtStepFused32, T::U32, T::U32, T::U32 )
|
||||
OPCODE(FPRSqrtStepFused64, T::U64, T::U64, T::U64 )
|
||||
OPCODE(FPSqrt32, T::U32, T::U32 )
|
||||
OPCODE(FPSqrt64, T::U64, T::U64 )
|
||||
OPCODE(FPSub32, T::U32, T::U32, T::U32 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue