mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-08 07:02:57 +00:00
A64: Implement SIMD instruction SHL
This commit is contained in:
@@ -21,6 +21,11 @@ bool TranslatorVisitor::UnpredictableInstruction() {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool TranslatorVisitor::DecodeError() {
|
||||
// TODO: This is an internal error.
|
||||
return UnallocatedEncoding();
|
||||
}
|
||||
|
||||
bool TranslatorVisitor::ReservedValue() {
|
||||
ir.ExceptionRaised(Exception::ReservedValue);
|
||||
ir.SetTerm(IR::Term::CheckHalt{IR::Term::ReturnToDispatch{}});
|
||||
|
||||
Reference in New Issue
Block a user