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
*
Added more sse2 opcode to test17, and added nan handling to SQRTSD and MULSD ...
ptitSeb
2022-04-01
1
-2
/
+12
*
[DYNAREC] Refactored dynarec to ease the future adding of new target architec...
ptitSeb
2022-02-27
1
-1
/
+1
*
Added 0F 3A 0F opcode
ptitSeb
2022-02-11
1
-0
/
+27
*
Fixed (F0) 0F C7 opcode, only /1 is CMPXCHG(8/16)B
ptitSeb
2022-01-06
1
-24
/
+30
*
Handled privilieged instruction (as handled by wine64) as privilegde and gene...
ptitSeb
2021-07-28
1
-0
/
+17
*
Added dummy 0F 09 opcode ([DYNAREC] too) (for #34)
ptitSeb
2021-07-07
1
-0
/
+3
*
Added 0F D7 opcode ([DYNAREC] too) (for #32)
ptitSeb
2021-07-06
1
-0
/
+9
*
Added 0F C3 opcode ([DYNAREC] too) (for #20)
ptitSeb
2021-07-05
1
-2
/
+14
*
Small optim on interpreted 0F 10/11 opcodes
ptitSeb
2021-07-05
1
-2
/
+2
*
Fixed BT/BTC/BTR/BTS opcodes ([DYNAREC] too)
ptitSeb
2021-06-05
1
-27
/
+16
*
Various small mprovments to interpretor
ptitSeb
2021-06-01
1
-5
/
+13
*
Added 0F 0D /1 opcode ([DYNAREC] too)
ptitSeb
2021-05-28
1
-0
/
+12
*
Small fixed to 0F 50 opcode
ptitSeb
2021-05-17
1
-1
/
+1
*
Added 0F 0B UD2 opcode
ptitSeb
2021-04-24
1
-0
/
+4
*
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
[next]