about summary refs log tree commit diff stats
path: root/src/dynarec/arm64_lock.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Fixed, again, arm64_lock_storeifref functionptitSeb2021-04-111-1/+1
* [DYNAREC] Fixed arm64_lock_storeifref functionptitSeb2021-04-111-2/+3
* [ARM64] Added a new arm64_lock_storeifref helperptitSeb2021-03-291-6/+16
* Added a small batch of opcodesptitSeb2021-03-261-0/+17
* [DYNAREC] Switched all other lock mecnism to LDAXR/STLXRptitSeb2021-03-221-12/+12
* [DYNAREC] Added F0 B1 opcode (and change LDAXR/STLXR to LDXR/STXR for eXclusi...ptitSeb2021-03-221-14/+14
* Renamed arm64_lock_helper to arm64_lockptitSeb2021-03-201-0/+87