dynarmic/tests
Markus Wick 0c12614d1a A64/config.h: Split fastmem and page_table options.
We might want to allocate different sizes for each of them.
e.g. for the unsafe fastmem approach without bounds checking.
Or for using the full 48bit adress range (with mirrors) by allocating our real arena as close to 1<<47 as possible.
2021-06-06 17:25:51 +01:00
..
A32 tests: Format to clang-format mandated style 2021-05-31 12:54:27 +01:00
A64 A64/config.h: Split fastmem and page_table options. 2021-06-06 17:25:51 +01:00
fp Add .clang-format file 2021-05-22 15:07:02 +01:00
unicorn_emu Add .clang-format file 2021-05-22 15:07:02 +01:00
CMakeLists.txt github: Add build-and-test workflow 2021-05-31 12:51:47 +01:00
cpu_info.cpp cpu_info: Add CPU Name, Family, compact output 2021-05-24 12:25:01 -07:00
decoder_tests.cpp Add .clang-format file 2021-05-22 15:07:02 +01:00
fuzz_util.cpp Add .clang-format file 2021-05-22 15:07:02 +01:00
fuzz_util.h Consolidate all source files into src/ directory 2021-05-19 17:41:59 +01:00
main.cpp Relicense to 0BSD 2020-04-23 15:45:57 +01:00
print_info.cpp Add .clang-format file 2021-05-22 15:07:02 +01:00
rand_int.h Add .clang-format file 2021-05-22 15:07:02 +01:00
rsqrt_test.cpp Consolidate all source files into src/ directory 2021-05-19 17:41:59 +01:00
rsqrt_test_fn.s rsqrt_test: Fix on GCC 2021-05-01 20:33:14 +01:00