dynarmic/tests/A32
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
..
fuzz_arm.cpp fuzz_arm: Ignore endian bit 2020-06-16 01:53:21 +01:00
fuzz_thumb.cpp interface/a32: Remove descriptor argument from Disassemble 2020-06-12 15:27:42 +01:00
test_arm_disassembler.cpp Relicense to 0BSD 2020-04-23 15:45:57 +01:00
test_arm_instructions.cpp A32: Implement ASIMD VCEQ, VCGE, VCGT, VCLE, VCLT with zero 2020-06-20 00:50:40 +01:00
test_thumb_instructions.cpp Relicense to 0BSD 2020-04-23 15:45:57 +01:00
testenv.h Relicense to 0BSD 2020-04-23 15:45:57 +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