dynarmic/tests/A64
Lioncash 8fa9849c25 unicorn: Use static_cast instead of reinterpret_cast
It's well-defined to cast from void* back to the original pointer type.
2020-04-22 20:44:38 +01:00
..
unicorn_emu unicorn: Use static_cast instead of reinterpret_cast 2020-04-22 20:44:38 +01:00
a64.cpp A64: Implement REV, REV32, and REV16 (#126) 2020-04-22 20:42:46 +01:00
fuzz_with_unicorn.cpp tests/A64: Test memory writes 2020-04-22 20:44:38 +01:00
inst_gen.cpp tests/A64: Fuzz against unicorn 2020-04-22 20:42:45 +01:00
inst_gen.h tests/A64: Fuzz against unicorn 2020-04-22 20:42:45 +01:00
testenv.h tests/A64: Test memory writes 2020-04-22 20:44:38 +01:00
verify_unicorn.cpp A64/tests: Split unicorn sanity checking from other tests 2020-04-22 20:42:45 +01:00