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
/
emu
/
x64run66.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Various small fixes and warning removal
ptitSeb
2022-04-11
1
-6
/
+6
*
Added 66 (2E) 70-7F opcodes ([DYNAREC] too) (for #271)
ptitSeb
2022-04-06
1
-0
/
+20
*
[DYNAREC] Refactored dynarec to ease the future adding of new target architec...
ptitSeb
2022-02-27
1
-1
/
+1
*
Added 66 8C opcode (for #61)
ptitSeb
2021-07-16
1
-1
/
+8
*
Added 66 90-97 opcodes ([DYNAREC] too) (for #44)
ptitSeb
2021-07-09
1
-1
/
+21
*
Removed an out-of-place comment
ptitSeb
2021-07-09
1
-1
/
+1
*
Added 66 A1/A3 opcodes ([DYNAREC] too)
ptitSeb
2021-06-02
1
-0
/
+14
*
Added 66 F0 83 opcode
ptitSeb
2021-04-24
1
-0
/
+3
*
Added 66 8D and 66 E8 opcode
ptitSeb
2021-03-26
1
-0
/
+17
*
Added 66 8B opcode (was already in dynarec)
ptitSeb
2021-03-26
1
-1
/
+14
*
Renamed arm64_lock_helper to arm64_lock
ptitSeb
2021-03-20
1
-1
/
+1
*
[DYNAREC] Added Basic blocks for dynarec
ptitSeb
2021-03-14
1
-2
/
+1
*
Added a bunch of SSE opcodes
ptitSeb
2021-03-13
1
-0
/
+7
*
Added a large number of CPU opcodes
ptitSeb
2021-03-12
1
-4
/
+257
*
Added more x87 opcodes
ptitSeb
2021-03-11
1
-0
/
+6
*
Added and fixed many opcodes
ptitSeb
2021-03-10
1
-2
/
+52
*
Added 66 REX F7 opcodes
ptitSeb
2021-03-10
1
-0
/
+66
*
Added 66 D1/D3 opcodes
ptitSeb
2021-03-10
1
-0
/
+30
*
Added 66 39/3B/3D CMP opcodes
ptitSeb
2021-03-09
1
-0
/
+25
*
Added 66 64 8B opcode
ptitSeb
2021-03-09
1
-0
/
+3
*
Add handling of multiple 66 prefix
ptitSeb
2021-03-09
1
-1
/
+1
*
Added a bunch of various opcodes
ptitSeb
2021-03-09
1
-0
/
+48
*
Added 66 85 TEST opcode
ptitSeb
2021-03-08
1
-0
/
+7
*
Added a gew more various opcodes
ptitSeb
2021-03-08
1
-0
/
+18
*
Fixed mod/rm relative computation when opcode have trailing bytes
ptitSeb
2021-03-06
1
-4
/
+4
*
More work on elfloader reloc and addend handling
ptitSeb
2021-03-06
1
-0
/
+3
*
Added 66 81/83 opcodes
ptitSeb
2021-03-06
1
-1
/
+25
*
Added 66 REX 89 MOV opcode
ptitSeb
2021-03-06
1
-0
/
+7
*
Added 66 REX 0F EF PXOR opcode
ptitSeb
2021-03-06
1
-0
/
+9
*
Added REX 66 C1 opcodes
ptitSeb
2021-03-05
1
-0
/
+17
*
More fixes to GetEb/GteGb and other macro, plus adding 66 C7 MOV opcode
ptitSeb
2021-03-05
1
-0
/
+50