dynarmic/src
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
..
backend_x64 A64: Add ExceptionRaised IR instruction 2020-04-22 20:42:45 +01:00
common imm: compiler bug: MSVC 19.12 with /permissive- flag doesn't support fold expressions 2020-04-22 20:42:45 +01:00
frontend A64: Add ExceptionRaised IR instruction 2020-04-22 20:42:45 +01:00
ir_opt ir_opt: Split off A32 specific passes 2020-04-22 20:42:45 +01:00
CMakeLists.txt A64/decoder: Split decoder data from header 2020-04-22 20:42:45 +01:00