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
/
dynarec
/
arm64
/
dynarec_arm64_66f0.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ARM64_DYNAREC] Better handling for invalid opcodes
ptitSeb
2025-10-14
1
-134
/
+113
*
[DYNAREC] Improved Memory Barrier handling for LOCK prefixed opcodes
ptitSeb
2025-09-16
1
-17
/
+0
*
[DYNACACHE] Refactored cpu extension, will be used in dynacache signature checks
ptitSeb
2025-06-14
1
-15
/
+15
*
Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)
Yang Liu
2025-04-01
1
-2
/
+1
*
[ARM64_DYNAREC] Improved some 66 F0 opcode, especially unaligned path
ptitSeb
2025-02-12
1
-17
/
+29
*
[DYNAREC] Introduced TO_NAT to ease register mapping changes in future (#2111)
Yang Liu
2024-12-05
1
-16
/
+16
*
[DYNAREC] Reuse strongmem infra for all backends (#2052)
Yang Liu
2024-11-21
1
-1
/
+1
*
[ARM64_DYNAREC] Some rework on 8/16/32/64 INC/DEC opcodes
ptitSeb
2024-11-14
1
-2
/
+2
*
[ARM64_DYNAREC] Various small fixes for some 16bits math/logic opcodes
ptitSeb
2024-11-13
1
-2
/
+1
*
[ARM64_DYNAREC] Reworked 8/16/32/64bits XOR opcodes
ptitSeb
2024-11-13
1
-13
/
+13
*
[ARM64_DYNAREC] Fixed previous commit
ptitSeb
2024-11-13
1
-34
/
+35
*
[ARM64_DYNAREC] Reworked 8/16/32/64 OR opcodes
ptitSeb
2024-11-13
1
-5
/
+13
*
[ARM64_DYNAREC] Reworked 8/16/32/64bits AND opcodes
ptitSeb
2024-11-13
1
-6
/
+14
*
[ARM64_DYNAREC] Added 66 F0 01 opcode (for CP2077)
ptitSeb
2024-02-27
1
-0
/
+31
*
[ARM64_DYNAREC] Added F0 21 opcode
ptitSeb
2024-02-08
1
-0
/
+33
*
[ARM64_DYNAREC] Improved stability when USCAT extention is supported, qn d im...
ptitSeb
2024-02-07
1
-6
/
+24
*
[ARM64_DYNAREC] Restaured Memory Barrier on LOCK operation, and disable the u...
ptitSeb
2023-12-02
1
-1
/
+13
*
[ARM64_DYNAREC] More changes to Strong memory model emulation
ptitSeb
2023-10-18
1
-8
/
+0
*
[ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICS
ptitSeb
2023-10-17
1
-37
/
+50
*
[ARM64_DYNAREC] More fixes for Atomics extension
ptitSeb
2023-10-17
1
-3
/
+3
*
[ARM64_DYNAREC] Added code generation for Atomic ARM v8.1 extension for most ...
ptitSeb
2023-10-16
1
-57
/
+137
*
[ARM64_DYNAREC] Added F0 10/11 opcodes
wannacu
2023-08-17
1
-1
/
+22
*
[32BTIS][DYNAREC_RV64] Added support for 32bits (#861)
Yang Liu
2023-06-25
1
-10
/
+5
*
A few cosmetic fixes (#858)
Alexandre Julliard
2023-06-24
1
-1
/
+0
*
[32BITS][ARM64_DYNAREC] Added 66 F0 prefixed opcodes
ptitSeb
2023-06-24
1
-5
/
+0
*
[32BITS][DYNAREC] Preparing work for 32bits dynarec
ptitSeb
2023-06-23
1
-4
/
+10
*
[ARM64_DYNAREC] Use STUR/LDUR when possible, plus some other small improvments
ptitSeb
2023-03-13
1
-12
/
+13
*
[DYNAREC] Various small fixes and improvment on Dynarec
ptitSeb
2023-02-16
1
-4
/
+1
*
[DYNAREC] Refactored Strong Memory Model emulation
ptitSeb
2022-11-26
1
-12
/
+12
*
[DYNAREC] Added 66 F0 0F B1 opcode
ptitSeb
2022-10-28
1
-0
/
+47
*
Added 66 F0 0F C1 opcode ([DYNAREC] too) (for FRAMED Collection on Steam)
ptitSeb
2022-07-03
1
-0
/
+37
*
[DYNAREC] Add a mecanism to remember fixed address accessed with LOCK, so MOV...
ptitSeb
2022-07-03
1
-10
/
+10
*
[DYNAREC] Fix an issue with LOCK ADD Ew, Iw opcode
ptitSeb
2022-05-26
1
-3
/
+3
*
[DYNAREC] Better handling of opcodes with 66 F0 prefixes
ptitSeb
2022-04-17
1
-0
/
+328