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
/
x64rund9.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[INTERP] Refactored how 64/65/66/67 and F2/F3 prefixes are handled, removing ...
ptitSeb
2025-08-22
1
-37
/
+9
*
[INTERP] Fixed D9 F5/F8 (for #2644)
ptitSeb
2025-05-20
1
-40
/
+14
*
[INTERP] Added x87 Precision Control set to 24bits handling
ptitSeb
2025-04-16
1
-0
/
+1
*
Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)
Yang Liu
2025-04-01
1
-2
/
+1
*
Port rounding of some x87 instructions from Box86 (#2242)
Hagb (Junyu Guo 郭俊余)
2025-01-08
1
-5
/
+42
*
[INTERPRETER] Improved some x87 opcode behaviour
ptitSeb
2024-12-02
1
-2
/
+13
*
Added 64/65 D8..D9 opcodes
ptitSeb
2024-11-07
1
-9
/
+37
*
[COSIM] Small change for D9 /6 opcode
ptitSeb
2024-05-15
1
-3
/
+1
*
Changed x87 way of handling FFREE opcode ([DYNAREC] too, improving x87 robust...
ptitSeb
2024-04-24
1
-1
/
+4
*
[INTERPRETER] Small D8..DF opcodes refactor
ptitSeb
2024-02-04
1
-12
/
+3
*
[DYNAREC] Cleaned up the TEST_INTERPRETER a bit
ptitSeb
2023-03-28
1
-8
/
+5
*
[DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...
ptitSeb
2023-03-27
1
-0
/
+12
*
Various small fixes on Interpretor
ptitSeb
2023-02-16
1
-18
/
+3
*
Improved signal handling and x87 flags (with tests backported from box86)
ptitSeb
2022-09-29
1
-3
/
+2
*
Added D9 D8..DF opcodes ([DYNAREC] too) (for #361)
ptitSeb
2022-08-09
1
-8
/
+11
*
Chenged Interpretor so RIP is updated on opcode success (better precision for...
ptitSeb
2022-08-06
1
-4
/
+4
*
Fixed status of C2 x87 flags after sin, cos, sincos and tan function ([DYNARE...
ptitSeb
2021-07-21
1
-0
/
+3
*
Fixed special case with FSCALE ocpode ([DYNAREC] too)
ptitSeb
2021-06-03
1
-1
/
+2
*
[DYNAREC] Added Basic blocks for dynarec
ptitSeb
2021-03-14
1
-5
/
+0
*
Added some SSE2 and x87 opcodes
ptitSeb
2021-03-11
1
-3
/
+1
*
Reworked FPU/MMX regs, added Context and Signal handling (and test13 works)
ptitSeb
2021-03-07
1
-5
/
+5
*
Fixed mod/rm relative computation when opcode have trailing bytes
ptitSeb
2021-03-06
1
-6
/
+6
*
Added some x87 opcodes (D9 and DB prefixes)
ptitSeb
2021-03-05
1
-0
/
+289