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
/
x64run660f.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[INTERP] Fixed overflow checking for convertion opcodes (#1976)
Yang Liu
2024-10-29
1
-2
/
+2
*
[ARM64_DYNAREC] Added 66 0F BF opcode (and cosmetic fix on interpreter)
ptitSeb
2024-09-24
1
-2
/
+2
*
[RV64_DYNAREC] Added more opcodes (#1740)
Yang Liu
2024-08-16
1
-2
/
+2
*
Fixes (#1659)
rajdakin
2024-07-09
1
-15
/
+15
*
[COSIM] Some improvment to avoid segfault in edge cases
ptitSeb
2024-06-17
1
-1
/
+1
*
[INTERPRETER] Small fixes for some rare case of AES with serc==dest
ptitSeb
2024-06-02
1
-19
/
+19
*
[INTERPRETER] Added BMI1, BMI2 and ADX extensions
ptitSeb
2024-05-31
1
-1
/
+27
*
[INTERPRETER] Added more avx/avx2 opcodes, and fixed vpxor
ptitSeb
2024-05-29
1
-28
/
+12
*
[INTERPRETER] Even more avx/avx2 opcodes, all the mov and more
ptitSeb
2024-05-28
1
-1
/
+0
*
[INTERPRETER] Some fixes when opcode use with same reg as src and dest
ptitSeb
2024-05-27
1
-0
/
+8
*
[INTERPRETER] Fixed pcmp[ei]strm opcodes
ptitSeb
2024-04-28
1
-8
/
+8
*
Added 66 0F BF opcode
ptitSeb
2024-03-21
1
-0
/
+9
*
[INTERPRETER] Fixed a typo in 66 0F 2C opcode
ptitSeb
2023-11-10
1
-4
/
+4
*
Cosmetic change
ptitSeb
2023-11-07
1
-1
/
+1
*
Fixed a comment for 66 0F 3A 62 opcode
ptitSeb
2023-10-30
1
-1
/
+1
*
Added full SSE 4.2 support
ptitSeb
2023-10-30
1
-0
/
+60
*
[INTERP] Fix fpu_round (#1030)
Yang Liu
2023-10-25
1
-6
/
+31
*
Added 66 0F 3A 0D opcode ([ARM64_DYNAREC] Too)
ptitSeb
2023-09-26
1
-1
/
+10
*
[RV64_DYNAREC] Added more support for XTheadBb extension (#989)
Yang Liu
2023-09-24
1
-24
/
+24
*
[RV64_DYNAREC] Added movbe opcode
wannacu
2023-08-07
1
-1
/
+12
*
[INTERPRETER] Added 66 0F 38 37 PCMPGTQ opcode (#827)
Yang Liu
2023-06-08
1
-1
/
+7
*
Added 66 0F 38 07 opcode ([ARM64_DYNAREC] too)
ptitSeb
2023-04-08
1
-1
/
+17
*
Added 66 0F 38 2A opcode ([ARM64_DYNAREC] too)
ptitSeb
2023-04-08
1
-1
/
+7
*
Added 66 0F 38 41 opcode
ptitSeb
2023-04-08
1
-0
/
+17
*
Added 66 0F 3A 41 opcode
ptitSeb
2023-04-08
1
-0
/
+14
*
Fixed 66 0F 38 40 opcode
ptitSeb
2023-04-08
1
-2
/
+1
*
Added 66 0F 38 28 opcode ({ARM64_DYNAREC] too)
ptitSeb
2023-04-08
1
-0
/
+7
*
Added 66 0F 3A 42 opcode
ptitSeb
2023-04-08
1
-0
/
+21
*
Added 66 0F 38 06 opcode
ptitSeb
2023-04-08
1
-0
/
+13
*
Fixed 66 0F 3A 08/09/0A/0B opcode
ptitSeb
2023-04-08
1
-5
/
+5
*
Added 66 0F 38 15 opcode
ptitSeb
2023-04-08
1
-0
/
+9
*
Added 66 0F 38 0C opcode ([ARM64_DYNAREC] too)
ptitSeb
2023-04-08
1
-0
/
+11
*
Fixed 66 0F 38 2B opcode
ptitSeb
2023-04-08
1
-3
/
+3
*
Added back some isnan testing to integer conversion (converting a nan, infini...
ptitSeb
2023-04-06
1
-17
/
+20
*
Updated 0F 2C/2D and 66 0F 2C/2D opcode on par with other float2int opcodes
ptitSeb
2023-04-06
1
-11
/
+25
*
[INTERP] Added 66 0F 2B MOVNTPD opcode & fixed some edge cases (#668)
Yang Liu
2023-04-05
1
-22
/
+31
*
Fixed 66 0F 5B opcodes
ptitSeb
2023-04-01
1
-1
/
+1
*
Added 66 0F 3A 08/09 opcodes ([ARM64_DYNAREC] too)
ptitSeb
2023-03-31
1
-0
/
+56
*
[DYNAREC] Some more improvment to TEST_INTERPRETER
ptitSeb
2023-03-28
1
-4
/
+4
*
[DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...
ptitSeb
2023-03-27
1
-1
/
+16
*
Fixed flag handling of PTEST opcode
ptitSeb
2023-03-26
1
-1
/
+5
*
Added/Fixed 66 0F 3A 14/15/16 opcodes ([ARM64_DYNAREC] too)
ptitSeb
2023-03-23
1
-5
/
+20
*
Added 66 0F 38 29 PCMPEQQ opcde ([ARM64_DYNAREC] too) (for #558)
ptitSeb
2023-03-14
1
-0
/
+8
*
Added support for SSE4.1, and added a couple of opcode ([ARM64_DYNAREC] too)
ptitSeb
2023-03-12
1
-0
/
+21
*
Various small fixes on Interpretor
ptitSeb
2023-02-16
1
-53
/
+53
*
Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, in...
ptitSeb
2023-01-28
1
-28
/
+26
*
Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's...
ptitSeb
2022-12-04
1
-4
/
+4
*
Added 66 0F 38 10 opcode ({DYNAREC] too)
ptitSeb
2022-10-29
1
-0
/
+10
*
Added 66 0F 7D opcode
ptitSeb
2022-10-28
1
-1
/
+25
*
Added PCLMULQDQ ([DYNAREC] Too, using PMULL if present) extension (improve a ...
ptitSeb
2022-09-30
1
-0
/
+19
[next]