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
/
x64run0f.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed 0F E3 opcode
ptitSeb
2021-04-11
1
-6
/
+3
*
Added 0F DE opcode
ptitSeb
2021-04-11
1
-1
/
+7
*
Added 0F DA ocode ([DYNAREC] too)
ptitSeb
2021-04-07
1
-1
/
+7
*
Added 0F E0 opcode ([DYNAREC] too)
ptitSeb
2021-04-02
1
-1
/
+7
*
Added 0F E7 opcode ([DYNAREC] too)
ptitSeb
2021-04-02
1
-1
/
+9
*
Try to add 0F AE /7 CLFLUSH opcode
ptitSeb
2021-04-01
1
-0
/
+5
*
Added 0F 31 opcode ([DYNAREC] too)
ptitSeb
2021-04-01
1
-0
/
+6
*
Fixed 0F 7E opcode, plus a few other small changes
ptitSeb
2021-04-01
1
-16
/
+19
*
Added 0F 38 00/04/0B/1C/1D/1E opcodes
ptitSeb
2021-03-31
1
-0
/
+63
*
Added 0F 70/C4/C5/F6 opcodes
ptitSeb
2021-03-30
1
-2
/
+33
*
Added 0F 71/72/73 opcodes
ptitSeb
2021-03-30
1
-0
/
+74
*
Try to sistematicaly erase upper RAX on cmpxchg opcode
ptitSeb
2021-03-29
1
-2
/
+1
*
Added 0F 18 opcode
ptitSeb
2021-03-26
1
-0
/
+16
*
Added 0F 6E opcode
ptitSeb
2021-03-26
1
-0
/
+9
*
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
-1
/
+1
*
Added a few more SSE opcodes
ptitSeb
2021-03-13
1
-0
/
+6
*
Added a bunch of SSE2 opcodes
ptitSeb
2021-03-12
1
-2
/
+101
*
Added a large number of CPU opcodes
ptitSeb
2021-03-12
1
-4
/
+92
*
Added and fixed many opcodes
ptitSeb
2021-03-10
1
-11
/
+176
*
Added a bunch of various opcodes
ptitSeb
2021-03-10
1
-0
/
+28
*
Added REX 0F BA opcodes
ptitSeb
2021-03-09
1
-0
/
+97
*
Added REX 0F 5A..5F opcodes
ptitSeb
2021-03-09
1
-1
/
+48
*
Added REX 0F C8..CF BSWAP opcodes
ptitSeb
2021-03-09
1
-0
/
+15
*
Added 0F AE /2 and /3 opcodes
ptitSeb
2021-03-08
1
-0
/
+6
*
More 0F and 66 0F opcodes
ptitSeb
2021-03-08
1
-0
/
+44
*
Added a gew more various opcodes
ptitSeb
2021-03-08
1
-0
/
+71
*
Added a few SSE opcodes
ptitSeb
2021-03-07
1
-0
/
+19
*
Added another batch of MMX opcodes (mmx test is ok)
ptitSeb
2021-03-07
1
-1
/
+131
*
Added a new batch of MMX opcodes
ptitSeb
2021-03-07
1
-3
/
+153
*
Added some MMX opcodes and fixed 66 0F 7E MOVQ
ptitSeb
2021-03-07
1
-0
/
+87
*
Added another batch of MMX opcodes
ptitSeb
2021-03-07
1
-0
/
+42
*
Added 0F EC opcode
ptitSeb
2021-03-07
1
-0
/
+10
*
Added a bunch of MMX and SSE opcodes
ptitSeb
2021-03-07
1
-1
/
+45
*
Fixed mod/rm relative computation when opcode have trailing bytes
ptitSeb
2021-03-06
1
-11
/
+11
*
Added 0F 11 MOVUPS opcode
ptitSeb
2021-03-06
1
-0
/
+7
*
Added (partial) 0F AE (M/S/L)FENCE opcodes
ptitSeb
2021-03-06
1
-0
/
+17
*
Added REX 0F 90..9F SETcc opcode
ptitSeb
2021-03-06
1
-0
/
+8
*
Added REX 0F 29 MOVAPS ocpode
ptitSeb
2021-03-06
1
-1
/
+10
*
Added 0F A2 cpuid opcode
ptitSeb
2021-03-06
1
-1
/
+7
*
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
*
Ajusted REX 0F B6 opcode, as 32bits access to regs always wipe upper part
ptitSeb
2021-03-05
1
-4
/
+1
*
Added REX 0F 80..8F Jcc opcodes
ptitSeb
2021-03-05
1
-0
/
+6
*
Added REX 0F B6 MOVZX opcode
ptitSeb
2021-03-05
1
-1
/
+10
*
Added REX 0F 40..4F CMOVcc opcodes
ptitSeb
2021-03-05
1
-21
/
+11
*
Added REX 0F AF IMUL opcodes
ptitSeb
2021-03-05
1
-3
/
+12
*
Added 0F 05 SYSCALL opcode (and test01 works now)
ptitSeb
2021-03-04
1
-0
/
+4
*
Added 0F 1F NOP opcode
ptitSeb
2021-03-04
1
-0
/
+70