dynarmic/tests
Lioncash ed6ca58058 A32: Implement ASIMD VCEQ, VCGE, VCGT, VCLE, VCLT with zero
Fairly self-explanatory, we can leverage the existing IR functions for
the purpose of these instructions.

In the integer case, we can just insert function pointers
into an array and index it, given all comparison primitives exist
already for the integer side of things.
2020-06-20 00:50:40 +01:00
..
A32 A32: Implement ASIMD VCEQ, VCGE, VCGT, VCLE, VCLT with zero 2020-06-20 00:50:40 +01:00
A64 Merge A32 and A64 exclusive monitors 2020-06-17 10:33:09 +01:00
fp Relicense to 0BSD 2020-04-23 15:45:57 +01:00
unicorn_emu Relicense to 0BSD 2020-04-23 15:45:57 +01:00
CMakeLists.txt CMakeLists: Add DYNARMIC_FRONTENDS option 2020-04-22 21:06:18 +01:00
cpu_info.cpp cpu_info: Make test non-allocating 2020-05-12 09:52:55 +01:00
fuzz_util.cpp Relicense to 0BSD 2020-04-23 15:45:57 +01:00
fuzz_util.h Relicense to 0BSD 2020-04-23 15:45:57 +01:00
main.cpp Relicense to 0BSD 2020-04-23 15:45:57 +01:00
print_info.cpp print_info: Use VFP and ASIMD decoders to get dynarmic name for instruction 2020-05-17 22:48:14 +01:00
rand_int.h Relicense to 0BSD 2020-04-23 15:45:57 +01:00