about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_arm64_functions.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [DYNAREC] Refactored dynarec to ease the future adding of new target ↵ptitSeb2022-02-271-64/+0
| | | | architecture
* Added AES-NI cpu extension support ([DYNAREC] too, using AES extension if ↵ptitSeb2021-08-281-0/+7
| | | | available)
* [DYNAREC] Added F2 0F 10/11 opcodesptitSeb2021-03-211-1/+1
|
* [DYNAREC] NEON infrastructureptitSeb2021-03-211-14/+10
|
* [DYNAREC] Added Basic blocks for dynarecptitSeb2021-03-141-0/+61