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
*
[RV64_DYNAREC] Fixed typos in (67) 88 MOV opcode (#767)
Yang Liu
2023-05-06
2
-2
/
+2
*
Added 65 8D opcode ([ARM64_DYNAREC] too) (for #766)
ptitSeb
2023-05-05
1
-0
/
+17
*
[RV64_DYNAREC] Fixed 66 0F 3A 0B ROUNDSD opcode (#765)
xctan
2023-05-05
1
-5
/
+4
*
[RV64_DYNAREC] Added more opcodes (#764)
Yang Liu
2023-05-05
1
-2
/
+26
*
[RV64_DYNAREC] Added some AES opcodes (#761)
Yang Liu
2023-05-05
1
-0
/
+67
*
Added some Hack for Windows int 2d call ([ARM64_DYNAREC] too)
ptitSeb
2023-05-04
1
-0
/
+17
*
[DYNAREC] Print unimplemented opcode also when dumping dynablocks
ptitSeb
2023-05-04
2
-2
/
+2
*
[RV64_DYNAREC] Added more opcode for Unciv and some fixes (#759)
Yang Liu
2023-05-04
7
-8
/
+185
*
[RV64_DYNAREC] Added more opcodes for Unciv (#757)
Yang Liu
2023-05-04
8
-16
/
+206
*
[DYNAREC] Improve handling of running block getting dirty while executing
ptitSeb
2023-05-04
1
-4
/
+8
*
[RV64_DYNAREC] Fixed 66 0F C6 SHUFPD opcode (#756)
xctan
2023-05-03
1
-1
/
+1
*
[RV64_DYNAREC] Added several 67 prfixed opcodes
ptitSeb
2023-05-03
3
-1
/
+653
*
[ARM64_DYNAREC] Added 67 88 opcode
ptitSeb
2023-05-03
1
-1
/
+34
*
[RV64_DYNAREC] Added more opcodes for Bastion and some fixes (#753)
Yang Liu
2023-05-03
9
-24
/
+75
*
[RV64_DYNAREC] Added some more Zba and Zbb use to dynarec
ptitSeb
2023-05-02
4
-59
/
+106
*
[RV64_DYNAREC] Added more opcodes (#751)
xctan
2023-05-02
6
-0
/
+93
*
[RV64_DYNAREC] Improved 66 0F 3A 0B opcode
ptitSeb
2023-05-02
1
-5
/
+6
*
[RV64_DYNAREC] Added rev8 opcode to printer
ptitSeb
2023-05-02
1
-0
/
+3
*
[RV64_DYNAREC] Added Zba optionnal optim to many helper functions
ptitSeb
2023-05-01
2
-50
/
+70
*
[RV64_DYNAREC] Added Zbb path for 0F BC/BD and 66 0F BC/BD opcodes
ptitSeb
2023-05-01
3
-84
/
+105
*
[RV64_DYNAREC] Added Zbb path for 0F CF opcode
ptitSeb
2023-05-01
1
-77
/
+31
*
[RV64_DYNAREC] Add detection of Zba, Zbb, Zbc and Zbs CPU extensions
ptitSeb
2023-05-01
1
-0
/
+110
*
Added 66 64 8B MOV opcode (#749)
Yang Liu
2023-04-30
4
-1
/
+100
*
[RV64_DYNAREC] Fixed potential issue on fastnan=0 for 0F 51 opcode
ptitSeb
2023-04-30
1
-2
/
+3
*
[RV64_DYNAREC] Fixed issues with some x87 helpers functions (should help #748)
ptitSeb
2023-04-30
1
-9
/
+13
*
[RV64_DYNAREC] Added more opcodes (#747)
xctan
2023-04-28
7
-1
/
+214
*
[RV64_DYNAREC] Added more opcodes (#745)
Yang Liu
2023-04-28
9
-15
/
+420
*
Improved x87 FIST(T)(P) opcode ([ARM64_DYNAREC] too)
ptitSeb
2023-04-28
1
-15
/
+26
*
[DYNAREC_RV64] Fixed 8F POP opcode (#746)
Yang Liu
2023-04-28
1
-1
/
+1
*
[RV64_DYNAREC] Added more opcodes (#743)
Yang Liu
2023-04-25
1
-0
/
+48
*
[RV64_DYNAREC] Added more opcodes (#739)
xctan
2023-04-24
4
-4
/
+136
*
[RV64_DYNAREC] Added more opcodes (#737)
Yang Liu
2023-04-24
1
-4
/
+131
*
[RV64_DYNAREC] Added more opcodes (#736)
Yang Liu
2023-04-24
2
-0
/
+113
*
[RV64_DYNAREC] Added more 66 0F opcodes (#734)
Yang Liu
2023-04-23
1
-14
/
+174
*
[RV64_DYNAREC] Added more opcodes (#733)
Yang Liu
2023-04-23
6
-2
/
+126
*
[ARM64_DYNAREC] Small fix for 0F AE /7 opcode
ptitSeb
2023-04-23
1
-1
/
+1
*
[RV64_DYNAREC] Added more opcodes (#730)
Yang Liu
2023-04-23
9
-9
/
+244
*
[RV64_DYNAREC] Added more opcodes for SV (#726)
xctan
2023-04-22
6
-18
/
+182
*
Added A1/A2/A3 MOV opcodes (#723)
Yang Liu
2023-04-21
1
-0
/
+20
*
[RV64_DYNAREC] Added more opcodes (#721)
Yang Liu
2023-04-21
2
-12
/
+125
*
[RV64_DYNAREC] Added more opcodes (#719)
Yang Liu
2023-04-21
3
-2
/
+155
*
[RV64_DYNAREC] Added more opcodes (#718)
Yang Liu
2023-04-20
5
-2
/
+161
*
[RV64_DYNAREC] Added more opcodes (#717)
Yang Liu
2023-04-20
3
-10
/
+39
*
[DYNAREC] Try to test last opcode at end of block for unimplemented opcode
ptitSeb
2023-04-20
1
-2
/
+8
*
[RV64_DYNAREC] Added more opcodes and some fixes (#716)
Yang Liu
2023-04-20
5
-53
/
+148
*
[RV64_DYNAREC] Various fixes on many opcodes
ptitSeb
2023-04-19
9
-33
/
+47
*
[ARM64_DYNAREC] Fixed a small bug in 66 0F BC opcode
ptitSeb
2023-04-19
1
-1
/
+1
*
[RV64_DYNAREC] More fixes to a few opcodes
ptitSeb
2023-04-19
2
-1
/
+34
*
[RV64_DYNAREC] Remove 66 0F 3A 0B ROUNDSD opcode for now (#715)
Yang Liu
2023-04-19
1
-25
/
+23
*
Fixed non-dynarec build
ptitSeb
2023-04-19
1
-0
/
+4
[next]