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