dynarmic/src/frontend/A64/translate
Lioncash 8309d49588 A64: Handle reserved instruction cases more specifically where applicable
These are cases that are defined as reserved within the ARMv8 reference
manual, so we can handle them as such instead of as unallocated
encodings.

While this doesn't actually change emulated behavior, it does at least
allow the JIT to generate the more appropriate exception.
2020-04-22 21:00:47 +01:00
..
impl A64: Handle reserved instruction cases more specifically where applicable 2020-04-22 21:00:47 +01:00
translate.cpp Switch boost::optional to std::optional 2020-04-22 20:57:37 +01:00
translate.h A64/translate: Allow for unpredictable behaviour to be defined 2020-04-22 20:53:45 +01:00