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
/
x64run.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added 9E/9F opcodes ([DYNAREC] too)
ptitSeb
2021-04-12
1
-1
/
+13
*
Added A0/A2 opcodes ([DYNAREC] too)
ptitSeb
2021-04-11
1
-1
/
+6
*
Fixed FF INC and DEC opcodes
rajdakin
2021-04-10
1
-4
/
+12
*
Added 67 66 0F 6F/7A opcodes
ptitSeb
2021-04-08
1
-1
/
+1
*
Just to be sure the sign is extended to 64bits
ptitSeb
2021-04-01
1
-1
/
+1
*
Cosmetic change
ptitSeb
2021-04-01
1
-2
/
+0
*
Added A1/A3 opcodes ([DYNAREC] too)
ptitSeb
2021-03-30
1
-0
/
+13
*
Better Stack handling (backported from box86)
ptitSeb
2021-03-28
1
-1
/
+1
*
Added DE opcodes
ptitSeb
2021-03-26
1
-1
/
+8
*
Added DC opcodes
ptitSeb
2021-03-26
1
-1
/
+8
*
Renamed arm64_lock_helper to arm64_lock
ptitSeb
2021-03-20
1
-1
/
+1
*
Added 8A opcode
ptitSeb
2021-03-18
1
-1
/
+6
*
[DYNAREC] Added Basic blocks for dynarec
ptitSeb
2021-03-14
1
-16
/
+22
*
Fixed some 32bits versio of F7 opcodes
ptitSeb
2021-03-13
1
-2
/
+8
*
Added a large number of CPU opcodes
ptitSeb
2021-03-12
1
-17
/
+287
*
Added more x87 opcodes
ptitSeb
2021-03-11
1
-1
/
+8
*
Added some SSE2 and x87 opcodes
ptitSeb
2021-03-11
1
-0
/
+2
*
Added 67 E0..E3 opcodes
ptitSeb
2021-03-11
1
-1
/
+8
*
Added and fixed many opcodes
ptitSeb
2021-03-10
1
-4
/
+34
*
Added 6A and 6B opcodes
ptitSeb
2021-03-09
1
-1
/
+16
*
Added a bunch of various opcodes
ptitSeb
2021-03-09
1
-0
/
+54
*
Fixed F2/F3 A6/AE opcodes
ptitSeb
2021-03-08
1
-4
/
+4
*
Added (F2/F3) A6 (REPNZ/REPZ) CMPSB
ptitSeb
2021-03-08
1
-1
/
+42
*
Added (F2/F3) AE (REPNZ/REPZ) SCASB opcode
ptitSeb
2021-03-08
1
-0
/
+34
*
Fixed non-REX.W 8D LEA opcode
ptitSeb
2021-03-08
1
-1
/
+1
*
Added A8 TEST opcode
ptitSeb
2021-03-08
1
-0
/
+3
*
Added more opcodes, including D8 and DD x87 ones
ptitSeb
2021-03-08
1
-0
/
+17
*
Added a gew more various opcodes
ptitSeb
2021-03-08
1
-0
/
+18
*
Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)
ptitSeb
2021-03-07
1
-7
/
+6
*
Added some DF x87 opcodes
ptitSeb
2021-03-06
1
-0
/
+9
*
Some work on TLS (not sure it's a good idea to separate 64 FS: prefix there)
ptitSeb
2021-03-06
1
-0
/
+8
*
Fixed mod/rm relative computation when opcode have trailing bytes
ptitSeb
2021-03-06
1
-74
/
+122
*
Fixed REX.W 81/83 opcodes
ptitSeb
2021-03-06
1
-8
/
+8
*
Fixed more 32 opcode to wipe upper 32bits par of 64bits reg
ptitSeb
2021-03-06
1
-4
/
+8
*
Added REX 0F 90..9F SETcc opcode
ptitSeb
2021-03-06
1
-0
/
+1
*
Added (F2/F3) REX AB (REP) STOSD opcode
ptitSeb
2021-03-06
1
-0
/
+22
*
Addrd REX A9 TEST opcode
ptitSeb
2021-03-06
1
-0
/
+7
*
Added REX 87 XCHG opcode
ptitSeb
2021-03-06
1
-0
/
+38
*
Added F0 REX B1 LOCK CMPXCHG opcode
ptitSeb
2021-03-06
1
-0
/
+9
*
Fixed GetEb handling
ptitSeb
2021-03-06
1
-21
/
+3
*
Added REX 80 opcodes
ptitSeb
2021-03-06
1
-0
/
+15
*
Added REX F6 opcodes
ptitSeb
2021-03-06
1
-0
/
+29
*
Added REX 84 opcode
ptitSeb
2021-03-06
1
-0
/
+6
*
Added fork wrapped function
ptitSeb
2021-03-05
1
-9
/
+9
*
Added F2/F3 prefix handling and a bunch of F2 0F and F3 0F opcodes
ptitSeb
2021-03-05
1
-3
/
+26
*
Added some x87 opcodes (D9 and DB prefixes)
ptitSeb
2021-03-05
1
-0
/
+18
*
Added 90 NOP
ptitSeb
2021-03-05
1
-0
/
+3
*
Fixed 32bits BE opcode to clear upper part of reg
ptitSeb
2021-03-05
1
-1
/
+1
*
Added REX F7 opcodes
ptitSeb
2021-03-05
1
-0
/
+58
*
Added REX 69 IMUL opcode
ptitSeb
2021-03-05
1
-8
/
+13
[next]