mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-25 08:44:49 +01:00
TranslateArm: Implement VSTR.
This commit is contained in:
parent
df39308e03
commit
8e8db6e137
6 changed files with 29 additions and 2 deletions
|
|
@ -100,6 +100,7 @@ boost::optional<const VFP2Matcher<V>&> DecodeVFP2(u32 instruction) {
|
|||
// VSTMDB
|
||||
// VPUSH
|
||||
INST(&V::vfp2_VLDR, "VLDR", "cccc1101UD01nnnndddd101zvvvvvvvv"),
|
||||
INST(&V::vfp2_VSTR, "VSTR", "cccc1101UD00nnnndddd101zvvvvvvvv"),
|
||||
// VLDM
|
||||
// VLDMDB
|
||||
// VPOP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue