dynarmic/tests/A64
Lioncash b50114ae70 A64/fuzz_with_unicorn: Avoid repeated unnecessary library calls in RunTestInstance()
Repeatedly retrieving the vectors and registers from unicorn involves
copying the entire set of registers and vectors by value instead of
simply retrieving a reference to them. Instead, we can just do the work
once and print out the values.

While we're at it, also make our bracing consistent.
2020-04-22 21:04:22 +01:00
..
a64.cpp emit_x64_vector: Changes to VectorSignedSaturatedDoublingMultiply 2020-04-22 20:55:06 +01:00
fuzz_with_unicorn.cpp A64/fuzz_with_unicorn: Avoid repeated unnecessary library calls in RunTestInstance() 2020-04-22 21:04:22 +01:00
testenv.h tests: Refactor unicorn_emu to allow for A32 unicorn 2020-04-22 20:46:23 +01:00
verify_unicorn.cpp tests: Refactor unicorn_emu to allow for A32 unicorn 2020-04-22 20:46:23 +01:00