mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-07 15:08:22 +01:00
Implement VMRS and VMSR
This commit is contained in:
parent
814348371e
commit
dca3b2f079
9 changed files with 122 additions and 2 deletions
|
|
@ -23,6 +23,10 @@ OPCODE(SetVFlag, T::Void, T::U1
|
|||
OPCODE(OrQFlag, T::Void, T::U1 )
|
||||
OPCODE(BXWritePC, T::Void, T::U32 )
|
||||
OPCODE(CallSupervisor, T::Void, T::U32 )
|
||||
OPCODE(GetFpscr, T::U32, )
|
||||
OPCODE(SetFpscr, T::Void, T::U32, )
|
||||
OPCODE(GetFpscrNZCV, T::U32, )
|
||||
OPCODE(SetFpscrNZCV, T::Void, T::U32, )
|
||||
|
||||
// Hints
|
||||
OPCODE(PushRSB, T::Void, T::U64 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue