mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-29 18:54:47 +01:00
A32: Implement Thumb-1 variant of SEV
This commit is contained in:
parent
07699b47ba
commit
57675fe592
3 changed files with 10 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue