mirror of
https://github.com/azahar-emu/dynarmic.git
synced 2026-04-25 06:08:42 +02: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