dynarmic/src/frontend
MerryMage 0992987c98 A64: Add ExceptionRaised IR instruction
The purpose of this instruction is to raise exceptions when certain decode-time
issues happen, instead of asserting at translate time. This allows us to
use the translator for code analysis without worrying about unnecessary asserts,
but also provides flexibility for the library user to perform custom behaviour
when one of these states are raised.
2020-04-22 20:42:45 +01:00
..
A32 A64/translate: Add TranslateSingleInstruction function 2020-04-22 20:42:45 +01:00
A64 A64: Add ExceptionRaised IR instruction 2020-04-22 20:42:45 +01:00
decoder Label A32 specific code appropriately 2020-04-22 20:33:30 +01:00
ir A64: Add ExceptionRaised IR instruction 2020-04-22 20:42:45 +01:00