mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-01-01 20:24:36 +01:00
VFP: Implement VLDR
This commit is contained in:
parent
a2c2db277b
commit
3a465ba4a8
5 changed files with 40 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ boost::optional<const VFP2Matcher<V>&> DecodeVFP2(u32 instruction) {
|
|||
// VSTM
|
||||
// VSTMDB
|
||||
// VPUSH
|
||||
// VLDR
|
||||
INST(&V::vfp2_VLDR, "VLDR", "cccc1101UD01nnnndddd101zvvvvvvvv"),
|
||||
// VLDM
|
||||
// VLDMDB
|
||||
// VPOP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue