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
/
x64runf20f.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[RV64] Added nan propagation emulation for interpreter and DynaRec (#2091)
Yang Liu
2024-11-28
1
-14
/
+23
*
Improve handling of memory protection, and excution bit
ptitSeb
2024-11-04
1
-0
/
+1
*
[INTERP] Fixed overflow checking for convertion opcodes (#1976)
Yang Liu
2024-10-29
1
-4
/
+4
*
[EMU] [ARM64_DYNAREC] Fix Some Warnings on Clang Compilers (#1757)
KreitinnSoftware
2024-08-26
1
-2
/
+2
*
[COSIM] Imprroved F2 0F prefixed opcodes
ptitSeb
2024-06-22
1
-25
/
+25
*
Added full SSE 4.2 support
ptitSeb
2023-10-30
1
-0
/
+38
*
[INTERP] Fix fpu_round (#1030)
Yang Liu
2023-10-25
1
-3
/
+16
*
[TESTS] Disable compiler optimizations for test17 and some related fixes (#677)
Yang Liu
2023-04-09
1
-0
/
+4
*
Added back some isnan testing to integer conversion (converting a nan, infini...
ptitSeb
2023-04-06
1
-2
/
+2
*
[INTERP] Added 66 0F 2B MOVNTPD opcode & fixed some edge cases (#668)
Yang Liu
2023-04-05
1
-9
/
+21
*
[DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...
ptitSeb
2023-03-27
1
-0
/
+7
*
Various small fixes on Interpretor
ptitSeb
2023-02-16
1
-3
/
+3
*
Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, in...
ptitSeb
2023-01-28
1
-30
/
+42
*
Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's...
ptitSeb
2022-12-04
1
-3
/
+3
*
[DYNAREC] Improved BOX64_NODYNAREC effect, and Interpretor->Dynarec on condit...
ptitSeb
2022-09-25
1
-2
/
+2
*
Chenged Interpretor so RIP is updated on opcode success (better precision for...
ptitSeb
2022-08-06
1
-4
/
+4
*
Added F2 0F 7D opcode
ptitSeb
2022-07-25
1
-0
/
+14
*
Better version of F2/F3 0F 1E opcode
ptitSeb
2022-05-30
1
-0
/
+5
*
Some more NAN bordercase handling ([DYNAREC] too, but made FASTNAN default)
ptitSeb
2022-04-16
1
-0
/
+12
*
[DYNAREC] Added option to force x87 to use double (ported from box86)
ptitSeb
2022-04-13
1
-0
/
+10
*
Added more sse2 opcode to test17, and added nan handling to SQRTSD and MULSD ...
ptitSeb
2022-04-01
1
-1
/
+10
*
Improved CMPSS/CMPSD opcodes, improved test17 ([DYNAREC] too, and improved MI...
ptitSeb
2021-11-07
1
-3
/
+3
*
Work on CMPSS and CMPSD ([DYNAREC] too)
ptitSeb
2021-07-06
1
-1
/
+1
*
Added F2 0F D0 opcode ([DYNAREC] too)
ptitSeb
2021-07-05
1
-0
/
+10
*
Various small mprovments to interpretor
ptitSeb
2021-06-01
1
-0
/
+1
*
Added F2 0F F0 ocpode ([DYNAREC] too)
ptitSeb
2021-04-11
1
-1
/
+8
*
Added F2 0F 12 opcode ([DYNAREC] too)
ptitSeb
2021-03-30
1
-0
/
+6
*
[DYNAREC] Added Basic blocks for dynarec
ptitSeb
2021-03-14
1
-4
/
+0
*
Added a bunch of SSE opcodes
ptitSeb
2021-03-13
1
-0
/
+15
*
Added a bunch of SSE2 opcodes
ptitSeb
2021-03-12
1
-5
/
+93
*
Added some SSE2 and x87 opcodes
ptitSeb
2021-03-11
1
-0
/
+7
*
Added a bunch of various opcodes
ptitSeb
2021-03-10
1
-0
/
+28
*
Added some more SSE opcodes
ptitSeb
2021-03-09
1
-0
/
+26
*
Added a bunch of various opcodes
ptitSeb
2021-03-09
1
-0
/
+6
*
Added a few SSE2 opcodes
ptitSeb
2021-03-06
1
-1
/
+34
*
Fixed mod/rm relative computation when opcode have trailing bytes
ptitSeb
2021-03-06
1
-2
/
+2
*
Added 66 REX 0F EF PXOR opcode
ptitSeb
2021-03-06
1
-1
/
+0
*
Added F2/F3 prefix handling and a bunch of F2 0F and F3 0F opcodes
ptitSeb
2021-03-05
1
-0
/
+63