about summary refs log tree commit diff stats
path: root/src/dynarec/arm64_next.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [DYNAREC] Refactored dynarec to ease the future adding of new target ↵ptitSeb2022-02-271-39/+0
| | | | architecture
* More work on gtk and nss3+friendsptitSeb2021-09-211-2/+3
|
* [DYNAREC] Improved the fast native call pathptitSeb2021-07-021-6/+2
|
* [DYNAREC] Added CF opcode and optimized native callptitSeb2021-06-281-2/+7
|
* [DYNAREC] FillBlock is behind a mutex now, and use LR for easier debugging ↵ptitSeb2021-03-291-0/+1
| | | | on jump_to_next
* [DYNAREC] Optimized prolog/epilog/next with ldp/stpptitSeb2021-03-211-21/+11
|
* [DYNAREC] Added a few more opcodes, some arm64_printer opcodes, and made ↵ptitSeb2021-03-161-3/+2
| | | | sure it works
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-0/+47