A32: Implement the ARM-mode variant of SEVL

This commit is contained in:
Lioncash
2019-05-03 10:57:26 -04:00
committed by MerryMage
parent e89ca42048
commit 9a097e307f
6 changed files with 12 additions and 1 deletions

View File

@@ -451,6 +451,9 @@ public:
std::string arm_SEV() {
return "sev";
}
std::string arm_SEVL() {
return "sevl";
}
std::string arm_WFE() {
return "wfe";
}