dynarmic/tests
Lioncash b2f7a0e7ba A32: Implement ARM-mode SDIV/UDIV
Now that we have Unicorn in place, we can freely implement instructions
introduced in newer versions of the ARM architecture.
2020-04-22 21:02:46 +01:00
..
A32 A32: Implement ARM-mode SDIV/UDIV 2020-04-22 21:02:46 +01:00
A64 emit_x64_vector: Changes to VectorSignedSaturatedDoublingMultiply 2020-04-22 20:55:06 +01:00
fp emit_x64_floating_point: Hardware FMA implementation of FPRSqrtStepFused 2020-04-22 20:55:06 +01:00
unicorn_emu a32_unicorn: Silence PC value assertions 2020-04-22 21:02:46 +01:00
CMakeLists.txt dynarmic_tests: Remove skyeye interpreter 2020-04-22 21:02:45 +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 Fuzz thumb instructions 2016-07-07 19:01:47 +08:00