dynarmic/tests/A32
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
..
skyeye_interpreter tests: Silence warnings in skyeye code 2020-04-22 20:46:21 +01:00
fuzz_arm.cpp ir/value: Replace includes with forward declarations 2020-04-22 20:55:05 +01:00
fuzz_thumb.cpp A32: Implement FastDispatchHint 2020-04-22 20:53:46 +01:00
test_arm_disassembler.cpp A64: Backend framework 2020-04-22 20:42:44 +01:00
test_thumb_instructions.cpp A32: Change UserCallbacks to be similar to A64's interface 2020-04-22 20:46:12 +01:00
testenv.h A32/testenv: Add missing headers 2020-04-22 20:53:45 +01:00
vfp_vadd_f32.inc A64: Backend framework 2020-04-22 20:42:44 +01:00
vfp_vsub_f32.inc A64: Backend framework 2020-04-22 20:42:44 +01:00