dynarmic/tests/unicorn_emu
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
..
a32_unicorn.cpp A32: Fuzz instructions using unicorn 2020-04-22 21:02:45 +01:00
a32_unicorn.h A32: Fuzz instructions using unicorn 2020-04-22 21:02:45 +01:00
a64_unicorn.cpp tests: Refactor unicorn_emu to allow for A32 unicorn 2020-04-22 20:46:23 +01:00
a64_unicorn.h tests: Refactor unicorn_emu to allow for A32 unicorn 2020-04-22 20:46:23 +01:00
unicorn_load.cpp tests: Refactor unicorn_emu to allow for A32 unicorn 2020-04-22 20:46:23 +01:00