dynarmic/src/frontend/A32/decoder
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
..
arm.h Relicense to 0BSD 2020-04-23 15:45:57 +01:00
arm.inc A32: ARMv8: Implement LDA{,EX}{,B,D,H} and STL{,EX}{,B,D,H} 2020-05-15 21:07:36 +01:00
asimd.h asimd: Prevent misdecodes from occurring 2020-06-18 15:04:48 -04:00
asimd.inc A32: Implement ASIMD VCEQ, VCGE, VCGT, VCLE, VCLT with zero 2020-06-20 00:50:40 +01:00
thumb16.h Relicense to 0BSD 2020-04-23 15:45:57 +01:00
thumb32.h Relicense to 0BSD 2020-04-23 15:45:57 +01:00
vfp.h vfp: Add decoders for VFPv5 2020-06-19 19:24:32 +01:00
vfp.inc VFPv5: Implement VCVT{A,N,P,M} 2020-06-19 20:31:43 +01:00