about summary refs log tree commit diff stats
path: root/src/dynarec/dynarec_arm64_f0.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [DYNAREC] Refactored dynarec to ease the future adding of new target ↵ptitSeb2022-02-271-939/+0
| | | | architecture
* [DYNAREC] Small optim to F0 81/83 /0 /5 opcodesptitSeb2022-01-091-8/+8
|
* [DYNAREC] Added F0 66 09 opcode (for Metro Exodus)ptitSeb2022-01-031-0/+22
|
* [DYNAREC] Added some DMB to try help multi-tasked+JIT program (may help #110)ptitSeb2021-11-141-0/+26
|
* [DYNAREC] Added F0 09 opcode (for CB15)ptitSeb2021-07-051-0/+18
|
* Added F0 80 opcode ([DYNAREC] too)ptitSeb2021-07-051-1/+162
|
* [DYNAREC] Improved flag handlingptitSeb2021-06-121-22/+22
|
* [DYNAREC] Fixed a warningptitSeb2021-06-071-0/+1
|
* [DYNAREC] Added 66 F0 81/83 opcodesptitSeb2021-06-071-4/+210
|
* [DYNAREC] Added F0 FF opcodesptitSeb2021-05-171-0/+61
|
* Second passrajdakin2021-04-141-5/+5
|
* Added F0 87 opcode ([DYNAREC] too)ptitSeb2021-04-091-0/+27
|
* [DYNAREC] Small changes in F0 0F C7 opcodeptitSeb2021-03-291-11/+6
|
* [DYNAREC] Added F0 29 opcodeptitSeb2021-03-281-0/+18
|
* [DYNAREC] Added F0 C7 opcodeptitSeb2021-03-281-0/+25
|
* [DYNAREC] Added 0F 58/59 opcodes, plus lots of small bugfix (IntoTheBreach ↵ptitSeb2021-03-231-10/+8
| | | | sounds good now)
* [DYNAREC] Added F0 00/01 opcodesptitSeb2021-03-231-0/+43
|
* [DYNAREC] Added F0 83 opcodesptitSeb2021-03-231-0/+182
|
* [DYNAREC] Added F0 0F C1 opcodeptitSeb2021-03-221-0/+38
|
* [DYNAREC] Switched all other lock mecnism to LDAXR/STLXRptitSeb2021-03-221-4/+4
|
* [DYNAREC] Fixed and simplified F0 B1 opcdes, plus some other various small ↵ptitSeb2021-03-221-9/+10
| | | | improvments (IntoTheBreach still unstable, the other 3 works fine)
* [DYNAREC] Added 64 31 opcodeptitSeb2021-03-221-3/+0
|
* [DYNAREC] Added F0 B1 opcode (and change LDAXR/STLXR to LDXR/STXR for ↵ptitSeb2021-03-221-0/+120
eXclusive access)