mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-04-25 06:08:42 +02:00
A32: Implement Thumb-1 variant of SEV
This commit is contained in:
@@ -250,6 +250,10 @@ public:
|
||||
return "nop";
|
||||
}
|
||||
|
||||
std::string thumb16_SEV() {
|
||||
return "sev";
|
||||
}
|
||||
|
||||
std::string thumb16_SXTH(Reg m, Reg d) {
|
||||
return fmt::format("sxth {}, {}", d, m);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user