dynarmic/tests
Lioncash 134bb02e19 ir/value: Replace includes with forward declarations
enum classes are still considered complete types when forward declared
(as the compiler knows the exact size of the type from the declaration
alone). The only difference in this case being that the members of the
enum class aren't visible. Given we don't use the members within this
header in any way, we can simply forward declare them here and remove
the inclusions.
2020-04-22 20:55:05 +01:00
..
A32 ir/value: Replace includes with forward declarations 2020-04-22 20:55:05 +01:00
A64 ir/value: Replace includes with forward declarations 2020-04-22 20:55:05 +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