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
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Stop inlining all the GetE and GetG
ptitSeb
2021-03-06
3
-147
/
+161
|
*
Added REX 0F 90..9F SETcc opcode
ptitSeb
2021-03-06
3
-17
/
+58
|
*
Added 66 REX 89 MOV opcode
ptitSeb
2021-03-06
2
-1
/
+8
|
*
Added 66 REX 1F NOP opcode
ptitSeb
2021-03-06
1
-1
/
+6
|
*
Added F0 REX 0F C1 XADD opcode
ptitSeb
2021-03-06
1
-2
/
+36
|
*
Added (F2/F3) REX AB (REP) STOSD opcode
ptitSeb
2021-03-06
1
-0
/
+22
|
*
Added REX 0F 29 MOVAPS ocpode
ptitSeb
2021-03-06
1
-1
/
+10
|
*
Added 66 REX 0F EF PXOR opcode
ptitSeb
2021-03-06
4
-2
/
+63
|
*
Addrd REX A9 TEST opcode
ptitSeb
2021-03-06
1
-0
/
+7
|
*
Added REX 87 XCHG opcode
ptitSeb
2021-03-06
2
-1
/
+39
|
*
Added F0 REX B1 LOCK CMPXCHG opcode
ptitSeb
2021-03-06
2
-0
/
+122
|
*
Fixed GetEb handling
ptitSeb
2021-03-06
3
-32
/
+14
|
*
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 0F A2 cpuid opcode
ptitSeb
2021-03-06
1
-1
/
+7
|
*
Added fork wrapped function
ptitSeb
2021-03-05
3
-43
/
+43
|
*
Added F2/F3 prefix handling and a bunch of F2 0F and F3 0F opcodes
ptitSeb
2021-03-05
5
-3
/
+178
|
*
Added some x87 opcodes (D9 and DB prefixes)
ptitSeb
2021-03-05
4
-1
/
+496
|
*
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
3
-3
/
+123
|
*
Added REX 66 C1 opcodes
ptitSeb
2021-03-05
1
-0
/
+17
|
*
Added REX 69 IMUL opcode
ptitSeb
2021-03-05
1
-8
/
+13
|
*
Added REX 0F B7 MOVZX opcode
ptitSeb
2021-03-05
1
-0
/
+6
|
*
Added 0F BE/BF MOVSX opcodes
ptitSeb
2021-03-05
1
-0
/
+23
|
*
More fixes to GetEb/GteGb and other macro, plus adding 66 C7 MOV opcode
ptitSeb
2021-03-05
4
-5
/
+69
|
*
Added REX 99 cd/cqo opcode
ptitSeb
2021-03-05
1
-1
/
+7
|
*
Ajusted REX 0F B6 opcode, as 32bits access to regs always wipe upper part
ptitSeb
2021-03-05
1
-4
/
+1
|
*
Added REX 63 MOVSXD opcode
ptitSeb
2021-03-05
1
-0
/
+10
|
*
Added REX 0F 80..8F Jcc opcodes
ptitSeb
2021-03-05
1
-0
/
+6
|
*
Added REX 88 MOV opcode and adjusted REX 8B one
ptitSeb
2021-03-05
1
-5
/
+7
|
*
Adjusted 89 and 8B opcode to clear upper part of regs when ED is a reg
ptitSeb
2021-03-05
1
-2
/
+10
|
*
Small change in wrapped function trace
ptitSeb
2021-03-05
1
-1
/
+1
|
*
Added REX 0F B6 MOVZX opcode
ptitSeb
2021-03-05
1
-1
/
+10
|
*
Added REX 0F 40..4F CMOVcc opcodes
ptitSeb
2021-03-05
3
-127
/
+134
|
*
Added REX 0F AF IMUL opcodes
ptitSeb
2021-03-05
4
-5
/
+37
|
*
Added EB JMP opcode
ptitSeb
2021-03-05
1
-0
/
+6
|
*
Fixed __libc_start_main emulation
ptitSeb
2021-03-04
1
-3
/
+3
|
*
Added REX 98 CWDE/CDQE opcode
ptitSeb
2021-03-04
1
-0
/
+7
|
*
Added C9 LEAVE opcode (and test02 works too)
ptitSeb
2021-03-04
1
-0
/
+5
|
*
Added 68 PUSH Id opcode
ptitSeb
2021-03-04
1
-0
/
+4
|
*
Added 0F 05 SYSCALL opcode (and test01 works now)
ptitSeb
2021-03-04
1
-0
/
+4
|
*
Added REX C6 MOV opcode
ptitSeb
2021-03-04
1
-0
/
+5
|
*
Added REX C7 MOV opcode
ptitSeb
2021-03-04
1
-2
/
+12
|
*
Added REX B8..BF MOV opcodes
ptitSeb
2021-03-04
1
-0
/
+14
|
*
Added REX 38..3D CMP opcodes
ptitSeb
2021-03-04
1
-8
/
+46
|
*
Added REX D1/D3 opcodes
ptitSeb
2021-03-04
1
-0
/
+30
|
*
Added E9 JMP opcode
ptitSeb
2021-03-04
1
-0
/
+5
|
*
Added 0F 1F NOP opcode
ptitSeb
2021-03-04
2
-0
/
+80
|
[prev]
[next]