dynarmic/src
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
..
backend/x64 A64: Match A32 page_table code 2020-06-18 12:22:59 +01:00
common print_info: Use LLVM to disassemble A32 2020-05-17 22:30:46 +01:00
frontend A32: Implement ASIMD VCEQ, VCGE, VCGT, VCLE, VCLT with zero 2020-06-18 17:01:57 +01:00
ir_opt verification_pass: Have an appropriate assertion message 2020-05-28 20:40:11 +01:00
CMakeLists.txt Merge A32 and A64 exclusive monitors 2020-06-17 10:33:09 +01:00