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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM64_DYNAREC] Added FF /3 opcode
ptitSeb
2024-02-27
1
-0
/
+41
*
[ARM64_DYNAREC] copied code for F0 87 to 87 opcode, as they should behavee th...
ptitSeb
2024-02-27
1
-5
/
+9
*
[32BITS][ARM64_DYNAREC] Added 67 E0..E3 opcodes
ptitSeb
2024-02-27
1
-0
/
+60
*
[RV64_DYNAREC] Optimized XOR Ew, Gw when Ew == Gw (#1289)
xctan
2024-02-27
1
-8
/
+62
*
[ARM64_DYNAREC] Added C8 opcode (for CP2077)
ptitSeb
2024-02-27
1
-1
/
+25
*
[ARM64_DYNAREC] Added 66 F0 01 opcode (for CP2077)
ptitSeb
2024-02-27
1
-0
/
+31
*
[ARM64_DYNAREC] Fixed a potential issue with F0 87 opcode
ptitSeb
2024-02-27
1
-1
/
+1
*
[32BITS] Added 0E opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-02-24
1
-1
/
+10
*
Added 0F 01 F9 opcode ([ARM64_DYNAREC] too
ptitSeb
2024-02-24
1
-0
/
+12
*
[ARM64_DYNAREC] Handling of EB FF hacky jump
ptitSeb
2024-02-24
1
-24
/
+30
*
[RV64_DYNAREC] Added missing 0F 38 00 PSHUFB opcode for test23 (#1282)
Yang Liu
2024-02-23
1
-0
/
+17
*
[RV64_DYNAREC] Added all missing 66 0F opcodes for test17 (#1281)
Yang Liu
2024-02-23
1
-1
/
+91
*
Better handling of Hardware counter for rdtsc emulation (ARM64 only for now),...
ptitSeb
2024-02-23
2
-1
/
+7
*
Added 67 FF /2 opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-02-22
1
-0
/
+48
*
[RV64_DYNAREC] Added 2 more 66 0F opcodes for test17 (#1278)
Yang Liu
2024-02-22
2
-18
/
+70
*
[RV64_DYNAREC] Added more opcodes (#1277)
Yang Liu
2024-02-22
3
-0
/
+82
*
[ARM64_DYNAREC] Added 0F E2 opcode
ptitSeb
2024-02-22
1
-0
/
+14
*
[RV64_DYNAREC] Added more opcodes (#1276)
Yang Liu
2024-02-22
7
-31
/
+68
*
[ARM64_DYNAREC] Added RCR 8bits with constant optimisation, and fixed RCL 8bi...
ptitSeb
2024-02-21
3
-15
/
+59
*
[ARM64_DYNAREC] Optimized rcl 8bits with constant
ptitSeb
2024-02-21
3
-25
/
+55
*
[ARM64] Used Hardware counter for RDTSC emulation ([ARM64_DYNAREC] too)
ptitSeb
2024-02-21
2
-4
/
+5
*
[DYNAREC_RV64] Minor OF flag fixes and optimizations for emit shift utils (#1...
Yang Liu
2024-02-21
3
-100
/
+118
*
[ARM64_DYNAREC] Fixed some inf/nan detection for FXAM opcode
ptitSeb
2024-02-21
1
-2
/
+1
*
[ARM64_DYNAREC] Adjusted some FLAGS productions of AAA/AAS/DAA/DAS ocpodes
ptitSeb
2024-02-21
1
-4
/
+4
*
[ARM64_DYNAREC] Fixed some case of ROL/ROR 8/16bits not computing CF flag cor...
ptitSeb
2024-02-20
3
-24
/
+20
*
[DYNAREC_RV64] Added more opcodes and some minor optimizations (#1272)
Yang Liu
2024-02-20
7
-39
/
+126
*
[DYNAREC] Adjusted the PUSH/POP x87 macro (and fix RV64 test infinite loop)
ptitSeb
2024-02-17
2
-6
/
+3
*
[ARM64_DYNAREC] Added F0 31 opcode
ptitSeb
2024-02-17
1
-0
/
+51
*
[ARM64_DYNAREC] Added unligned path for F0 01 and F0 39
ptitSeb
2024-02-17
1
-1
/
+46
*
[RV64_DYNAREC] Fix build
ptitSeb
2024-02-17
1
-3
/
+3
*
[DYNAREC] Try to fix some issue with x87 stack and skipped code being incoherent
ptitSeb
2024-02-17
12
-102
/
+183
*
[ARM64_DYNAREC] Fixed D9 E4 opcode
ptitSeb
2024-02-17
1
-2
/
+2
*
Better handling of 26/2E/36/3E prefix on F0 prefixed opcode ([ARM64_DYNAREC] ...
ptitSeb
2024-02-17
1
-0
/
+4
*
Added 67 C6 opcode ([ARM64_DYNAREC] too)
ptitSeb
2024-02-17
1
-0
/
+28
*
[ARM64_DYNAREC] Fixed 8C opcode
ptitSeb
2024-02-16
1
-1
/
+3
*
[ARM64_DYNAREC][32BITS] Added C4 /m and C5 /m opcodes
ptitSeb
2024-02-16
1
-1
/
+28
*
[ARM64_DYNAREC] Added 0F A0/A1/A8/A9 opcodes
ptitSeb
2024-02-16
1
-1
/
+23
*
[ARM64_DYNAREC] Added better handling for DD C0 D9 F7 sequence
ptitSeb
2024-02-16
1
-1
/
+7
*
[ARM64_DYNAREC] Improved FFREE handling (fixing gameplay of Serious Sam 2, pr...
ptitSeb
2024-02-11
5
-19
/
+115
*
[ARM64_DYNAREC] Improved FFREE/FXAM opcodes (helps 32bits games like SeriousS...
ptitSeb
2024-02-11
3
-3
/
+29
*
Added 0F 01 E0..E7 opcodes ([ARM64_DYNAREC] too)
ptitSeb
2024-02-10
1
-0
/
+12
*
[ARM64_DYNAREC] Added F0 21 opcode
ptitSeb
2024-02-08
1
-0
/
+33
*
[ARM64_DYNAREC] Improved stability when USCAT extention is supported, qn d im...
ptitSeb
2024-02-07
2
-23
/
+98
*
[ARM64_DYNAREC] 32bits Shift with 0 amount still wipe upper part of register ...
ptitSeb
2024-02-07
1
-5
/
+30
*
[DYNAREC] Tests for emited coded size limit (usefull for DYNAREC_TEST for exa...
ptitSeb
2024-02-07
4
-2
/
+15
*
[DYNAREC_RV64] f23 and f24 are save in a same place (#1251)
factfinding
2024-02-07
1
-1
/
+1
*
[ARM64_DYNAREC] Added 0F C7 /1 opcode
ptitSeb
2024-02-07
1
-1
/
+34
*
[ARM64_DYNAREC] More fixes to F0 0F C7 opcode
ptitSeb
2024-02-07
2
-74
/
+70
*
[ARM64_DYNAREC] Fixed F0 0F C7 opcode that was broken on previous commit
ptitSeb
2024-02-06
1
-7
/
+7
*
[ARM64_DYNAREC] Reworked, again, strongmem emulation
ptitSeb
2024-02-06
2
-5
/
+15
[next]