mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-28 09:02:57 +00:00
A32: Implement Thumb-1 variant of SEV
This commit is contained in:
@@ -89,6 +89,7 @@ std::optional<std::reference_wrapper<const Thumb16Matcher<V>>> DecodeThumb16(u16
|
||||
|
||||
// Hint instructions
|
||||
INST(&V::thumb16_NOP, "NOP", "1011111100000000"), // v6T2
|
||||
INST(&V::thumb16_SEV, "SEV", "1011111101000000"), // v7
|
||||
|
||||
// Miscellaneous 16-bit instructions
|
||||
INST(&V::thumb16_SXTH, "SXTH", "1011001000mmmddd"), // v6
|
||||
|
||||
Reference in New Issue
Block a user