dynarmic/tests
MerryMage f73104633b a32_emit_x64: Fix incorrect BMI2 implementation for SetCpsr
* The MSB for each byte in cpsr_ge were not being appropriately set.
* We also expand test coverage to test this case.
* We fix the disassembly of the MSR (imm) and MSR (reg) instructions as well.
2020-04-22 20:53:46 +01:00
..
A32 a32_emit_x64: Fix incorrect BMI2 implementation for SetCpsr 2020-04-22 20:53:46 +01:00
A64 emit_x64_floating_point: Fix smallest normal check in EmitFPMulAdd 2020-04-22 20:53:45 +01:00
fp fp/info: Incorrect point_position in FPValue 2020-04-22 20:53:45 +01:00
unicorn_emu tests: Refactor unicorn_emu to allow for A32 unicorn 2020-04-22 20:46:23 +01:00
CMakeLists.txt fp/info: Incorrect point_position in FPValue 2020-04-22 20:53:45 +01:00
cpu_info.cpp tests: Print cpu info 2020-04-22 20:46:21 +01:00
fuzz_util.cpp fuzz_with_unicorn: Split utility functions into fuzz_util 2020-04-22 20:46:23 +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 tests: Add print_info program 2020-04-22 20:46:18 +01:00
rand_int.h Fuzz thumb instructions 2016-07-07 19:01:47 +08:00