dynarmic/src
MerryMage 13367a7efd A64: Match A32 page_table code
Here we increase the similarity between the A64 and A32 front-ends in terms of their
page_table handling code. In this commit, we:

* Reserve and use r14 as a register to store the page_table pointer.
* Align the code to be more similar in structure.
* Add a conf member to A32EmitContext.
* Remove scratch argument from EmitVAddrLookup.
2020-06-18 12:22:59 +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 VQNEG 2020-06-18 09:49:29 +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