mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-30 19:24:42 +01:00
This necessated handling literal versions of the instructions separately as they had different requirements. The rationale for detecting unpredictable instructions is because: a. they are unlikely to be outputted by a well-behaved compiler b. their behaviour may change between different processors I would rather unpredictable instructions fail loudly than silently do approximately the right thing. |
||
|---|---|---|
| .. | ||
| fuzz_arm.cpp | ||
| fuzz_thumb.cpp | ||
| test_arm_disassembler.cpp | ||
| test_thumb_instructions.cpp | ||
| vadd.vfp_tests.inc | ||