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
*
Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)
Yang Liu
2025-04-01
1
-1
/
+0
*
Added F0 F7 /2 opcode ([ARM64_DYNAREC] too)
ptitSeb
2025-03-07
1
-0
/
+36
*
[ENV] Initial refactor of env variables infrastructure (#2274)
Yang Liu
2025-01-21
1
-6
/
+6
*
[INTERPRETER][COSIM] Better flags for btx opcode familly when running cosim
ptitSeb
2024-12-11
1
-0
/
+36
*
Fixes (#1659)
rajdakin
2024-07-09
1
-4
/
+4
*
[INTERP] Rework on the 16b emulation for LA64 (#1547)
Yang Liu
2024-06-01
1
-12
/
+31
*
[INTERPRETER] Fixed CMPXCHG16B opcode for la64 (#1506)
Yang Liu
2024-05-20
1
-1
/
+1
*
[INTERPRETER] Added unaligned handling for 32bits F0 83 /0 opcode
ptitSeb
2024-05-19
1
-1
/
+5
*
[INTERPRETER] Added 1 unligned case for F0 83 group
ptitSeb
2024-05-13
1
-1
/
+5
*
[INTERPRETER] Added aligned path to F0 0F C7 opcode
ptitSeb
2024-04-03
1
-0
/
+37
*
[RV64_INTERP] Comply CMPXCHG16B with dynarec (#1288)
Yang Liu
2024-02-27
1
-2
/
+18
*
[INTERPRETER] Added a few unaligned path for some F0 math opcodes
ptitSeb
2024-02-17
1
-3
/
+23
*
Better handling of 26/2E/36/3E prefix on F0 prefixed opcode ([ARM64_DYNAREC] ...
ptitSeb
2024-02-17
1
-1
/
+2
*
[INTERPRETER] Add code for unaligned 32bits F0 87 opcode
ptitSeb
2024-01-27
1
-1
/
+12
*
[INTERPRETER] Added support for unaligned F0 0F BA /5 opcode
ptitSeb
2024-01-06
1
-11
/
+25
*
[INTERPRETER] Small cosmetic changes to some F0 prefixed opcodes
ptitSeb
2023-11-13
1
-7
/
+9
*
Allow unaligned lock xchg with rex.w
ptitSeb
2023-11-09
1
-1
/
+12
*
[ARM64] More unaligned improvments
ptitSeb
2023-10-22
1
-10
/
+25
*
Ignore 2E CS prefix on LOCK opcodes (helps StardewValley on Ubuntu 20.04/Ampe...
ptitSeb
2023-09-26
1
-0
/
+2
*
Use my_conect directly on Interpreter
ptitSeb
2023-07-30
1
-50
/
+50
*
[32BITS] Various small fixes in 32bits interpreter
ptitSeb
2023-06-18
1
-4
/
+5
*
[DYNAREC] More improvement to TEST_DYNAREC
ptitSeb
2023-03-31
1
-1
/
+1
*
[DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ...
ptitSeb
2023-03-27
1
-20
/
+53
*
[DYNAREC] Some renaming for the sake of consistancy
ptitSeb
2023-03-12
1
-1
/
+1
*
Rv64 dynarec (#550)
ptitSeb
2023-03-12
1
-0
/
+3
*
Various small fixes on Interpretor
ptitSeb
2023-02-16
1
-10
/
+11
*
Added F0 FE /1 and /2 opcodes ([DYNAREC] too) (for #505)
ptitSeb
2023-02-02
1
-0
/
+33
*
Added F0 86 ocpode ([DYNAREC] too) (for #406)
ptitSeb
2022-09-15
1
-0
/
+29
*
Chenged Interpretor so RIP is updated on opcode success (better precision for...
ptitSeb
2022-08-06
1
-8
/
+8
*
Various improvement and some workaround to support musl binary (for #324)
ptitSeb
2022-07-09
1
-0
/
+23
*
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
[next]