mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2025-12-24 08:14:55 +01:00
Introduces the same fuzzing mechanism used by the AArch64 code for fuzzing instruction implementations, getting rid of the need to manually specify the instruction generator sequences--replacing it with an instruction blacklist instead. Much of this change originates from a previous patch made by Mary. This just makes it interact nicely with the alterations made to get Unicorn to cooperate properly. |
||
|---|---|---|
| .. | ||
| A32 | ||
| A64 | ||
| fp | ||
| unicorn_emu | ||
| CMakeLists.txt | ||
| cpu_info.cpp | ||
| fuzz_util.cpp | ||
| fuzz_util.h | ||
| main.cpp | ||
| mp.cpp | ||
| print_info.cpp | ||
| rand_int.h | ||