dynarmic/tests/A32
Lioncash 0b15fc9755 a32/fuzz_arm: Use same fuzzing mechanism as AArch64
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.
2020-04-22 21:02:46 +01:00
..
fuzz_arm.cpp a32/fuzz_arm: Use same fuzzing mechanism as AArch64 2020-04-22 21:02:46 +01:00
fuzz_thumb.cpp A32: Fuzz instructions using unicorn 2020-04-22 21:02:45 +01:00
test_arm_disassembler.cpp A64: Backend framework 2020-04-22 20:42:44 +01:00
test_thumb_instructions.cpp dynarmic_tests: Remove skyeye interpreter 2020-04-22 21:02:45 +01:00
testenv.h A32: Fuzz instructions using unicorn 2020-04-22 21:02:45 +01:00
vfp_vadd_f32.inc A64: Backend framework 2020-04-22 20:42:44 +01:00
vfp_vsub_f32.inc A64: Backend framework 2020-04-22 20:42:44 +01:00