about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_arm64_d9.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [DYNAREC] Refactored dynarec to ease the future adding of new target ↵ptitSeb2022-02-271-356/+0
| | | | architecture
* [DYNAREC] Small optim on shl/shr 16bits, and marked all opcode that need ↵ptitSeb2021-06-181-0/+16
| | | | optimization in dynarec dumps
* Second passrajdakin2021-04-141-2/+3
|
* [DYNAREC] Added D9 opcodesptitSeb2021-04-031-0/+339