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
/
x64runf0.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Various small fixes and warning removal
ptitSeb
2022-04-11
1
-1
/
+1
*
[DYNAREC] Refactored dynarec to ease the future adding of new target architec...
ptitSeb
2022-02-27
1
-85
/
+85
*
Added F0 0F C0 opcode (for #210)
ptitSeb
2022-02-06
1
-0
/
+17
*
Fixed (F0) 0F C7 opcode, only /1 is CMPXCHG(8/16)B
ptitSeb
2022-01-06
1
-54
/
+60
*
Added F0 0F BA opcodes (for #21)
ptitSeb
2021-07-09
1
-0
/
+181
*
Added F0 80 opcode ([DYNAREC] too)
ptitSeb
2021-07-05
1
-1
/
+31
*
Fixed issue with LOCK REX.W XADD opcode
ptitSeb
2021-06-13
1
-1
/
+1
*
Small fixes to interpretor
ptitSeb
2021-06-06
1
-2
/
+9
*
Various small mprovments to interpretor
ptitSeb
2021-06-01
1
-14
/
+32
*
Handling F0 66 prefix same as 66 F0
ptitSeb
2021-05-30
1
-0
/
+3
*
Added special case for unaligned LOCK INC QWord ptr[ED]
ptitSeb
2021-04-21
1
-3
/
+13
*
Added special case for unaligned LOCK DEC QWord ptr[ED]
ptitSeb
2021-04-21
1
-3
/
+13
*
First pass
rajdakin
2021-04-14
1
-2
/
+2
*
Added A0/A2 opcodes ([DYNAREC] too)
ptitSeb
2021-04-11
1
-4
/
+13
*
Added F0 87 opcode ([DYNAREC] too)
ptitSeb
2021-04-09
1
-1
/
+44
*
Added unligned case for lock inc dword ptr[xx]
ptitSeb
2021-04-09
1
-3
/
+14
*
Added F0 0F AB/B3 opcodes
ptitSeb
2021-04-08
1
-0
/
+137
*
Added F0 FF opcodes
ptitSeb
2021-04-01
1
-0
/
+61
*
Cosmetic change for F0 0F B1 opcode
ptitSeb
2021-03-29
1
-1
/
+2
*
Added a small batch of opcodes
ptitSeb
2021-03-26
1
-0
/
+63
*
Added F0 0F B0 opcode
ptitSeb
2021-03-26
1
-1
/
+27
*
[DYNAREC] Added 0F 58/59 opcodes, plus lots of small bugfix (IntoTheBreach so...
ptitSeb
2021-03-23
1
-1
/
+1
*
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
-69
/
+107
*
Added F0 00..35 opcodes
ptitSeb
2021-03-12
1
-1
/
+103
*
Fixed mod/rm relative computation when opcode have trailing bytes
ptitSeb
2021-03-06
1
-3
/
+3
*
More work on 32bits oprations on F0 prefix
ptitSeb
2021-03-06
1
-12
/
+27
*
Added F0 REX 81/83 opcodes
ptitSeb
2021-03-06
1
-0
/
+50
*
Added F0 REX 0F C1 XADD opcode
ptitSeb
2021-03-06
1
-2
/
+36
*
Added F0 REX B1 LOCK CMPXCHG opcode
ptitSeb
2021-03-06
1
-0
/
+113