dynarmic/tests/A32
Lioncash d29582a0e1 A32: Fuzz instructions using unicorn
While skyeye was OK previously, now that we have an AArch64 backend,
this also means that we eventually have to support the AArch32
counterpart to it. Unfortunately, SkyEye is only compatible up to
ARMv6K, so we woud need to do a lot of work to bring the interpreter up
to speed with things to even begin testing new instruction
implementations.

For the AArch64 side of things, we already use Unicorn, so we can toss
out SkyEye in favor of it instead.
2020-04-22 21:02:45 +01:00
..
skyeye_interpreter tests/.../vfp_helper: Amend use of the comma operator 2020-04-22 20:57:38 +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 tests/a32/testenv: Make A32TestEnv's code_mem member a std::vector 2020-04-22 20:58:10 +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