1
0
Fork 0
mirror of https://git.suyu.dev/suyu/dynarmic.git synced 2025-03-04 21:26:06 +00:00
dynarmic/tests
Merry cd85b7fdaa emit_x64: Fix bugs in fast dispatcher
* We failed to invalidate entries if there are no patches required for a location descriptor.
* Bug in A64 hashing code (rbx instead of rbp).
* Bug in A32 and A64 lookup code (inconsistent choice of key: PC vs IR::LocationDescriptor).
* Test case added.
2022-07-11 16:06:54 +01:00
..
A32 A32/A64: Allow std::nullopt from MemoryReadCode 2022-06-21 21:41:27 +01:00
A64 emit_x64: Fix bugs in fast dispatcher 2022-07-11 16:06:54 +01:00
fp Migrate to mcl 2022-04-19 18:05:04 +01:00
unicorn_emu A32/A64: Allow std::nullopt from MemoryReadCode 2022-06-21 21:41:27 +01:00
CMakeLists.txt emit_x64: Fix bugs in fast dispatcher 2022-07-11 16:06:54 +01:00
decoder_tests.cpp Migrate to mcl 2022-04-19 18:05:04 +01:00
fuzz_util.cpp Migrate to mcl 2022-04-19 18:05:04 +01:00
fuzz_util.h Migrate to mcl 2022-04-19 18:05:04 +01:00
main.cpp
print_info.cpp A32/A64: Allow std::nullopt from MemoryReadCode 2022-06-21 21:41:27 +01:00
rand_int.h
rsqrt_test.cpp Migrate to mcl 2022-04-19 18:05:04 +01:00
rsqrt_test_fn.s
x64_cpu_info.cpp x64_cpu_info: Update test for latest xbyak 2022-06-05 14:03:57 +01:00