mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-26 08:32:57 +00:00
A32: Implement Thumb-1 variant of SEVL
While we're at it, also add the Thumb-2 encoding to the encoding table to make sure it isn't forgotten about in the future.
This commit is contained in:
@@ -254,6 +254,10 @@ public:
|
||||
return "sev";
|
||||
}
|
||||
|
||||
std::string thumb16_SEVL() {
|
||||
return "sevl";
|
||||
}
|
||||
|
||||
std::string thumb16_WFE() {
|
||||
return "wfe";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user