dynarmic/src/frontend/A32/decoder
Lioncash e37689315d A32: Implement ARM-mode CRC32 instructions
Implements the ARM-mode variants of the CRC32 instructions introduced
within ARMv8. This is also one of the instruction cases where there is
UNPREDICTABLE behavior that is constrained (we must do one of the
options indicated by the reference manual).

In both documented cases of constrained unpredictable behavior, we treat
the instructions as unpredictable in order to allow library users to
hook the unpredictable exception to provide the intended behavior they
desire.
2020-04-22 21:02:46 +01:00
..
arm.h Switch boost::optional to std::optional 2020-04-22 20:57:37 +01:00
arm.inc A32: Implement ARM-mode CRC32 instructions 2020-04-22 21:02:46 +01:00
thumb16.h Switch boost::optional to std::optional 2020-04-22 20:57:37 +01:00
thumb32.h Switch boost::optional to std::optional 2020-04-22 20:57:37 +01:00
vfp2.h Switch boost::optional to std::optional 2020-04-22 20:57:37 +01:00
vfp2.inc A32/decoders: Split instruction list into include file 2020-04-22 20:46:23 +01:00