dynarmic/tests
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
..
A32 Merge pull request #500 from lioncash/cbz 2020-04-22 21:04:21 +01:00
A64 A64/fuzz_with_unicorn: Avoid repeated unnecessary library calls in RunTestInstance() 2020-04-22 21:04:22 +01:00
fp emit_x64_floating_point: Hardware FMA implementation of FPRSqrtStepFused 2020-04-22 20:55:06 +01:00
unicorn_emu tests: Fix Windows build when DYNARMIC_TESTS_USE_UNICORN is enabled 2020-04-22 21:04:21 +01:00
CMakeLists.txt CMakeLists: Define FMT_USE_USER_DEFINED_LITERALS=0 2020-04-22 21:04:22 +01:00
cpu_info.cpp tests: Print cpu info 2020-04-22 20:46:21 +01:00
fuzz_util.cpp fuzz_util: Simplify result return in InstructionGenerator's Generate() function 2020-04-22 20:57:37 +01:00
fuzz_util.h fuzz_with_unicorn: Split utility functions into fuzz_util 2020-04-22 20:46:23 +01:00
main.cpp Reorganisation, Import Skyeye, This is a mess 2016-07-04 17:22:11 +08:00
mp.cpp mp: Implement metaprogramming library 2020-04-22 20:46:19 +01:00
print_info.cpp Switch boost::optional to std::optional 2020-04-22 20:57:37 +01:00
rand_int.h dynarmic_tests: Use variable template equivalents of type traits where applicable 2020-04-22 21:02:47 +01:00