mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-19 14:52:57 +00:00
A64: Implement CLREX
This commit is contained in:
@@ -36,6 +36,11 @@ bool TranslatorVisitor::SEVL() {
|
||||
return true;
|
||||
}
|
||||
|
||||
bool TranslatorVisitor::CLREX(Imm<4> /*CRm*/) {
|
||||
ir.ClearExclusive();
|
||||
return true;
|
||||
}
|
||||
|
||||
bool TranslatorVisitor::DSB(Imm<4> /*CRm*/) {
|
||||
ir.DataSynchronizationBarrier();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user