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] Fex fixes and small cosmetic changes to some partial (V)MOV opcodes
ptitSeb
2025-04-23
1
-12
/
+20
*
[INTERP] Improved (V)[MIN/MAX][S/P][S/D] opcodes
ptitSeb
2025-04-22
1
-4
/
+4
*
[INTERP] More fixes to INSERTQ/EXTRQ opcodes
ptitSeb
2025-04-21
1
-4
/
+6
*
[INTERP] Fixed EXTRQ opcode
ptitSeb
2025-04-21
1
-3
/
+3
*
Moved emit functions to seperate files from signals.h (#2516)
Yang Liu
2025-04-09
1
-1
/
+1
*
[INTERP] Small changes in a few SSE/AVX convertions opcodes
ptitSeb
2025-04-04
1
-2
/
+2
*
[INTERP] Better handling of default NAN for a few opcodes, more to come
ptitSeb
2025-04-03
1
-43
/
+10
*
Moved some emit functions to os.h (#2494)
Yang Liu
2025-04-02
1
-3
/
+4
*
Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)
Yang Liu
2025-04-01
1
-1
/
+0
*
[INTERP] Added more nops ([DYNAREC] too) (#2378)
Yang Liu
2025-02-17
1
-0
/
+1
*
[INTERP] Added 66 0F 19 NOP opcode ([DYNAREC] too) (#2375)
Yang Liu
2025-02-17
1
-0
/
+1
*
[INTERPRETER] Fixed a few warning
ptitSeb
2025-01-26
1
-4
/
+4
*
[ENV] Initial refactor of env variables infrastructure (#2274)
Yang Liu
2025-01-21
1
-4
/
+4
*
[INTERPRETER] Added a few more cpu extension and associated opcodes ([ARM64_D...
ptitSeb
2025-01-05
1
-1
/
+41
*
[INTERPRETER] Fixed 32bits ADCX/ADOX opcodes
ptitSeb
2024-12-28
1
-1
/
+2
*
[INTERPRETER] Exposed SSE4a for CPUTYPE=1, implemented all 4 opcodes
ptitSeb
2024-12-27
1
-0
/
+33
*
[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
[next]