mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 15:08:22 +01:00
VFP: Implement VSUB
This commit is contained in:
parent
ce6b5f8210
commit
97b5fa173f
8 changed files with 81 additions and 1 deletions
|
|
@ -64,6 +64,8 @@ OPCODE(FPAbs32, T::F32, T::F32
|
|||
OPCODE(FPAbs64, T::F64, T::F64 )
|
||||
OPCODE(FPAdd32, T::F32, T::F32, T::F32 )
|
||||
OPCODE(FPAdd64, T::F64, T::F64, T::F64 )
|
||||
OPCODE(FPSub32, T::F32, T::F32, T::F32 )
|
||||
OPCODE(FPSub64, T::F64, T::F64, T::F64 )
|
||||
|
||||
// Memory access
|
||||
OPCODE(ReadMemory8, T::U8, T::U32 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue