index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dynarec
/
dynarec_arm64_f0.c
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
[DYNAREC] Refactored dynarec to ease the future adding of new target ↵
ptitSeb
2022-02-27
1
-939
/
+0
|
|
|
|
architecture
*
[DYNAREC] Small optim to F0 81/83 /0 /5 opcodes
ptitSeb
2022-01-09
1
-8
/
+8
|
*
[DYNAREC] Added F0 66 09 opcode (for Metro Exodus)
ptitSeb
2022-01-03
1
-0
/
+22
|
*
[DYNAREC] Added some DMB to try help multi-tasked+JIT program (may help #110)
ptitSeb
2021-11-14
1
-0
/
+26
|
*
[DYNAREC] Added F0 09 opcode (for CB15)
ptitSeb
2021-07-05
1
-0
/
+18
|
*
Added F0 80 opcode ([DYNAREC] too)
ptitSeb
2021-07-05
1
-1
/
+162
|
*
[DYNAREC] Improved flag handling
ptitSeb
2021-06-12
1
-22
/
+22
|
*
[DYNAREC] Fixed a warning
ptitSeb
2021-06-07
1
-0
/
+1
|
*
[DYNAREC] Added 66 F0 81/83 opcodes
ptitSeb
2021-06-07
1
-4
/
+210
|
*
[DYNAREC] Added F0 FF opcodes
ptitSeb
2021-05-17
1
-0
/
+61
|
*
Second pass
rajdakin
2021-04-14
1
-5
/
+5
|
*
Added F0 87 opcode ([DYNAREC] too)
ptitSeb
2021-04-09
1
-0
/
+27
|
*
[DYNAREC] Small changes in F0 0F C7 opcode
ptitSeb
2021-03-29
1
-11
/
+6
|
*
[DYNAREC] Added F0 29 opcode
ptitSeb
2021-03-28
1
-0
/
+18
|
*
[DYNAREC] Added F0 C7 opcode
ptitSeb
2021-03-28
1
-0
/
+25
|
*
[DYNAREC] Added 0F 58/59 opcodes, plus lots of small bugfix (IntoTheBreach ↵
ptitSeb
2021-03-23
1
-10
/
+8
|
|
|
|
sounds good now)
*
[DYNAREC] Added F0 00/01 opcodes
ptitSeb
2021-03-23
1
-0
/
+43
|
*
[DYNAREC] Added F0 83 opcodes
ptitSeb
2021-03-23
1
-0
/
+182
|
*
[DYNAREC] Added F0 0F C1 opcode
ptitSeb
2021-03-22
1
-0
/
+38
|
*
[DYNAREC] Switched all other lock mecnism to LDAXR/STLXR
ptitSeb
2021-03-22
1
-4
/
+4
|
*
[DYNAREC] Fixed and simplified F0 B1 opcdes, plus some other various small ↵
ptitSeb
2021-03-22
1
-9
/
+10
|
|
|
|
improvments (IntoTheBreach still unstable, the other 3 works fine)
*
[DYNAREC] Added 64 31 opcode
ptitSeb
2021-03-22
1
-3
/
+0
|
*
[DYNAREC] Added F0 B1 opcode (and change LDAXR/STLXR to LDXR/STXR for ↵
ptitSeb
2021-03-22
1
-0
/
+120
eXclusive access)