mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-26 12:42:57 +00:00
A32: Implement Thumb-1 variant of YIELD
This commit is contained in:
@@ -262,6 +262,10 @@ public:
|
||||
return "wfi";
|
||||
}
|
||||
|
||||
std::string thumb16_YIELD() {
|
||||
return "yield";
|
||||
}
|
||||
|
||||
std::string thumb16_SXTH(Reg m, Reg d) {
|
||||
return fmt::format("sxth {}, {}", d, m);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user