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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[COSIM] Disable tests fo CD opcode
ptitSeb
2025-10-16
1
-1
/
+1
*
[ARM64_DYNAREC] Better handling for invalid opcodes
ptitSeb
2025-10-14
7
-881
/
+842
*
Added preliminary unit test runner (#3045)
Yang Liu
2025-10-14
1
-7
/
+14
*
[ARM64_DYNAREC] Fixed a typo in iret_to_epilog (#3059)
Yang Liu
2025-10-12
1
-1
/
+1
*
[DYNAREC] Fixed some oversized memory load (#3051)
Yang Liu
2025-10-10
4
-9
/
+27
*
[ARM64_DYNAREC] Changed BSF/BSR to not changed Ed if Gd==0 (seems current cpu...
ptitSeb
2025-10-10
1
-4
/
+0
*
[DYNAREC] Fixed 66 8D opcode and also a regression introduced in last commit ...
Yang Liu
2025-10-10
2
-8
/
+6
*
[DYNAREC][INTERP] Fixed an edge case of CMPXHG (#3049)
Yang Liu
2025-10-10
2
-15
/
+23
*
[ARM64_DYNAREC] Don't assume x1 is xRIP in link_next (fix regression introduc...
ptitSeb
2025-10-10
1
-0
/
+1
*
[DYNAREC] Fixed a special case of SHLD/SHRD opcodes (#3047)
Yang Liu
2025-10-10
2
-3
/
+8
*
[DYNAREC][INTERP] Added a few multibyte nops (#3046)
Yang Liu
2025-10-10
2
-0
/
+10
*
[ARM64_DYNAREC] Use UDF for UD2 & unsupported WBINVD
ptitSeb
2025-10-07
1
-6
/
+2
*
[ARM64_DYNAREC] Small improvment on some invalid opcode handling
ptitSeb
2025-10-01
2
-2
/
+38
*
[TRACE] Added tooling to check if x86/x64 opcode is valid
ptitSeb
2025-10-01
1
-1
/
+8
*
[ARM64_DYNAREC] Improved IRET handling of boggus parameters
ptitSeb
2025-09-29
3
-18
/
+37
*
[ARM64_DYNAREC] Added more variant of INS/OUT opcodes
ptitSeb
2025-09-24
2
-1
/
+77
*
[ARM64_DYNAREC] Fixed flags for 8bits imul
ptitSeb
2025-09-24
1
-2
/
+3
*
[ARM64_DYNAREC] Temporarily disable Atomic path for F0 0F B1, as it avoid som...
ptitSeb
2025-09-17
1
-2
/
+5
*
[ARM64_DYNAREC] Fixed non-Atomic path for F0 0F C0 opcode
ptitSeb
2025-09-17
1
-4
/
+4
*
[DYNAREC] Improved Memory Barrier handling for LOCK prefixed opcodes
ptitSeb
2025-09-16
4
-81
/
+0
*
[ARM64_DYNAREC] Allow use of Native flags when using UFLAG_IF macro helper
ptitSeb
2025-09-15
2
-0
/
+6
*
[DYNAREC] Small refactor on StrongMem emulator and lock prefix
ptitSeb
2025-09-13
3
-5
/
+3
*
[ARM64_DYNAREC] A few minor fixes to some opcodes
ptitSeb
2025-09-08
5
-31
/
+26
*
[ARM64_DYNAREC] Added some more UD handling in 64bits dynarec
ptitSeb
2025-09-04
1
-17
/
+167
*
[ARM64_DYNAREC][TRACE] Fixed SWP B/H opcodes printer
ptitSeb
2025-08-31
1
-2
/
+2
*
[ARM64_DYNAREC] Introduced a dynarec version of the UpdateFlags helper function
ptitSeb
2025-08-30
12
-25
/
+1180
*
[ARM64_DYNAREC] Fixed an inst name typo (#2964)
Yang Liu
2025-08-22
1
-1
/
+5
*
[DYNAREC] Rearranged arch-specific AVX infra code (#2930)
Yang Liu
2025-08-13
3
-2
/
+125
*
[ARM64_DYNAREC] Fixed AVX VMOVMSKPD opcode (#2909)
Yang Liu
2025-08-06
1
-2
/
+2
*
[ARM64_DYNAREC] Fixed AVX VMOVSS opcode (#2908)
Yang Liu
2025-08-06
1
-1
/
+1
*
[ARM64_DYNAREC][INTERP] Fixed AVX VPERM2F128/VPERM2I128 opcodes (#2907)
Yang Liu
2025-08-06
1
-4
/
+4
*
[ARM64_DYNAREC] Fixed PCMPESTRI fastpath SF flag computation (#2876)
Yang Liu
2025-08-01
1
-5
/
+5
*
[ARM64_DYNAREC] Fixed a typo (#2875)
Yang Liu
2025-08-01
1
-1
/
+1
*
[ARM64_DYNAREC] Fixed some edge cases for mmx PSRLQ (#2874)
Yang Liu
2025-08-01
1
-1
/
+3
*
[INTERP] Try to improve aligned LOCK CMPXCHG8B opcode
ptitSeb
2025-08-01
2
-1
/
+30
*
[ARM+4_DYNAREC] Another fix for STMXCSR opcode when using SSE_FLUSHTO0
ptitSeb
2025-07-29
1
-1
/
+1
*
[ARM+4_DYNAREC] Fixed (V)[LD/ST]MXCSR opcodes when using SSE_FLUSHTO0
ptitSeb
2025-07-29
2
-35
/
+35
*
Some handling of case where signal numbers differs between native and x64 arc...
ptitSeb
2025-07-23
2
-3
/
+3
*
[DYNAREC] Consolidate access to native register in signal and register mappin...
ptitSeb
2025-07-21
2
-142
/
+149
*
[ARM64_DYNAREC] Added 64/65 F3 0F 7F opcode
ptitSeb
2025-07-16
1
-0
/
+21
*
[ARM64_DYNAREC] Small optim on (V/F)COMI(SS/SD) opcodes
ptitSeb
2025-07-16
9
-28
/
+48
*
[ARM64_DYNAREC] Fixed a residual issue with xmm unneeded handling when unload...
ptitSeb
2025-07-15
1
-1
/
+1
*
[LA64_DYNAREC] Fix la64 VMASKMOVPS,VMOVHPD. (#2811)
phorcys
2025-07-14
1
-2
/
+2
*
[ARM64_DYNAREC] Added 0F 00 /0 opcode
ptitSeb
2025-07-12
1
-1
/
+21
*
[ARM64_DYNAREC] Simplified defered flags handling and limited case where Upda...
ptitSeb
2025-07-10
4
-33
/
+13
*
[RCFILE] Fixed profile per lib/dll that was using default instead of curent e...
ptitSeb
2025-07-09
1
-0
/
+2
*
[ARM64_DYNAREC] Removed fastpath for (V)MINPD/MAXPD as it's too inexact
ptitSeb
2025-07-09
2
-32
/
+14
*
[ARM64_DYNAREC] Fined tuned UD value for BSR/BSF
ptitSeb
2025-07-09
2
-4
/
+6
*
[ARM64_DYNAREC] Fixed rare sideeffect of 32bits cmpxchg opcode
ptitSeb
2025-07-09
2
-2
/
+4
*
[ARM64_DYNAREC] Better handling of shift 0 for rcl/rct 16bits
ptitSeb
2025-07-09
1
-0
/
+2
[next]