dynarmic/tests/A32
Lioncash 4f2b60c8e7 dynarmic_tests: Remove skyeye interpreter
This is quite a messy interpreter and would require a large amount of
work to bring it up to speed to begin implementing newer portions of the
AArch32 instruction set into Dynarmic.

Given we already have fuzzing with Unicorn set up for
AArch64/AArch32, we can get rid of this and unify our testing
infrastructure.

This will also make building the tests much faster, given a whole
interpreter doesn't need to be built anymore as part of the project.
2020-04-22 21:02:45 +01:00
..
fuzz_arm.cpp A32: Fuzz instructions using unicorn 2020-04-22 21:02:45 +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