dynarmic/tests/A32
Ash 732a657694 Change Config to make fastmem_pointer of zero valid.
This changes Dynarmic::A32/A64::Config to store fastmem_pointer in
a std::optional<uintptr_t>, allowing the user to pass a zero base
address for the guest memory, which can be used to effectively
implement a shared address space between the host and the guest.
2024-03-02 16:31:20 +00:00
..
fuzz_arm.cpp tests: Update to Catch2 v3 2022-12-31 17:28:34 +00:00
fuzz_thumb.cpp reg_alloc: Fix cast-qual issue 2023-02-04 11:30:01 +00:00
test_arm_disassembler.cpp tests: Update to Catch2 v3 2022-12-31 17:28:34 +00:00
test_arm_instructions.cpp Change Config to make fastmem_pointer of zero valid. 2024-03-02 16:31:20 +00:00
test_coprocessor.cpp tests: Update to Catch2 v3 2022-12-31 17:28:34 +00:00
test_svc.cpp tests: Update to Catch2 v3 2022-12-31 17:28:34 +00:00
test_thumb_instructions.cpp tests: Update to Catch2 v3 2022-12-31 17:28:34 +00:00
testenv.h tests/A32: Add a SVC call test 2022-12-29 20:20:26 +00: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