dynarmic/src/frontend/A32/decoder
Lioncash 179951b10f 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-18 17:01:57 +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 A32: Add decoders for remaining v7 instructions 2020-05-10 10:50:34 +01:00
asimd.inc A32: Implement ASIMD VCEQ, VCGE, VCGT, VCLE, VCLT with zero 2020-06-18 17:01:57 +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 Relicense to 0BSD 2020-04-23 15:45:57 +01:00
vfp.inc VFPv3: Implement VMOV (immediate) 2020-05-10 15:09:37 +01:00