mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-01 20:24:36 +01:00
Implement VMRS and VMSR
This commit is contained in:
parent
814348371e
commit
dca3b2f079
9 changed files with 122 additions and 2 deletions
|
|
@ -96,6 +96,10 @@ boost::optional<const VFP2Matcher<V>&> DecodeVFP2(u32 instruction) {
|
|||
// VCMP
|
||||
// VCMPE
|
||||
|
||||
// Floating-point system register access
|
||||
INST(&V::vfp2_VMSR, "VMSR", "cccc111011100001tttt101000010000"),
|
||||
INST(&V::vfp2_VMRS, "VMRS", "cccc111011110001tttt101000010000"),
|
||||
|
||||
// Extension register load-store instructions
|
||||
INST(&V::vfp2_VPUSH, "VPUSH", "cccc11010D101101dddd101zvvvvvvvv"),
|
||||
INST(&V::vfp2_VPOP, "VPOP", "cccc11001D111101dddd101zvvvvvvvv"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue