about summary refs log tree commit diff stats
path: root/src/dynarec/arm64_epilog.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-271-54/+0
* [DYNAREC] Improved the fast native call pathptitSeb2021-07-021-3/+0
* [DYNAREC] Added CF opcode and optimized native callptitSeb2021-06-281-0/+3
* [DYNAREC] NEON infrastructureptitSeb2021-03-211-2/+10
* [DYNAREC] Optimized prolog/epilog/next with ldp/stpptitSeb2021-03-211-34/+17
* [DYNAREC] Added CC 'Native call' and 0F 1F NOP opcodesptitSeb2021-03-181-39/+21
* [DYNAREC] Added a few more opcodes, some arm64_printer opcodes, and made sure...ptitSeb2021-03-161-22/+22
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-0/+81