mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-08 07:28:09 +01:00
A64: Implement FMINNM (scalar)
This commit is contained in:
parent
1c9804ea07
commit
0575e7421b
6 changed files with 98 additions and 1 deletions
|
|
@ -304,6 +304,8 @@ OPCODE(FPMaxNumeric32, T::U32, T::U32, T::U32
|
|||
OPCODE(FPMaxNumeric64, T::U64, T::U64, T::U64 )
|
||||
OPCODE(FPMin32, T::U32, T::U32, T::U32 )
|
||||
OPCODE(FPMin64, T::U64, T::U64, T::U64 )
|
||||
OPCODE(FPMinNumeric32, T::U32, T::U32, T::U32 )
|
||||
OPCODE(FPMinNumeric64, T::U64, T::U64, T::U64 )
|
||||
OPCODE(FPMul32, T::U32, T::U32, T::U32 )
|
||||
OPCODE(FPMul64, T::U64, T::U64, T::U64 )
|
||||
OPCODE(FPNeg32, T::U32, T::U32 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue