about summary refs log tree commit diff stats
path: root/src/dynarec/arm64_prolog.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [DYNAREC] Refactored dynarec to ease the future adding of new target ↵ptitSeb2022-02-271-35/+0
| | | | architecture
* [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-1/+5
|
* [DYNAREC] Optimized prolog/epilog/next with ldp/stpptitSeb2021-03-211-26/+13
|
* [DYNAREC] Added CC 'Native call' and 0F 1F NOP opcodesptitSeb2021-03-181-19/+10
|
* [DYNAREC] Added a few more opcodes, some arm64_printer opcodes, and made ↵ptitSeb2021-03-161-1/+1
| | | | sure it works
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-0/+53