mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-02-08 20:14:12 +00:00
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. |
||
|---|---|---|
| .. | ||
| arm.h | ||
| arm.inc | ||
| thumb16.h | ||
| thumb32.h | ||
| vfp2.h | ||
| vfp2.inc | ||