dynarmic/tests/A64
Lioncash 71422c2b48 fuzz_with_unicorn: Move data outside loop
Given we know we're only ever going to use one instruction, we can just presize the vector and reassign to it
instead of potentially reallocating the same memory 100000 times
2020-04-22 20:46:12 +01:00
..
unicorn_emu unicorn: Display EC and ISS separately beside the full ESR value 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 fuzz_with_unicorn: Move data outside loop 2020-04-22 20:46:12 +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