about summary refs log tree commit diff stats
path: root/src/dynarec/arm64_lock.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [DYNAREC] Refactored dynarec to ease the future adding of new target ↵ptitSeb2022-02-271-131/+0
| | | | architecture
* [DYNAREC] Added some DMB to try help multi-tasked+JIT program (may help #110)ptitSeb2021-11-141-3/+22
|
* Small fixes to interpretorptitSeb2021-06-061-3/+0
|
* [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 ↵ptitSeb2021-03-221-14/+14
| | | | eXclusive access)
* Renamed arm64_lock_helper to arm64_lockptitSeb2021-03-201-0/+87