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_660f.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DYNAREC] Fixed some oversized memory load (#3051)
Yang Liu
2025-10-10
1
-1
/
+9
*
[DYNAREC][INTERP] Added a few multibyte nops (#3046)
Yang Liu
2025-10-10
1
-0
/
+5
*
[ARM64_DYNAREC] A few minor fixes to some opcodes
ptitSeb
2025-09-08
1
-1
/
+1
*
[ARM64_DYNAREC] Fixed PCMPESTRI fastpath SF flag computation (#2876)
Yang Liu
2025-08-01
1
-5
/
+5
*
[ARM64_DYNAREC] Small optim on (V/F)COMI(SS/SD) opcodes
ptitSeb
2025-07-16
1
-1
/
+3
*
[ARM64_DYNAREC] Removed fastpath for (V)MINPD/MAXPD as it's too inexact
ptitSeb
2025-07-09
1
-14
/
+6
*
[ARM64_DYNAREC] Fined tuned UD value for BSR/BSF
ptitSeb
2025-07-09
1
-2
/
+4
*
[ARM64_DYNAREC] Fixed a regression introduced with 4903177bab1f3324a0faeedd96...
ptitSeb
2025-06-30
1
-1
/
+1
*
[DYNACACHE] More work on dynache relocation
ptitSeb
2025-06-15
1
-1
/
+1
*
[DYNACACHE] Refactored cpu extension, will be used in dynacache signature checks
ptitSeb
2025-06-14
1
-11
/
+11
*
[DYNACACHE] More work on preparing internal reloc, plus fix non-trace build
ptitSeb
2025-06-13
1
-9
/
+6
*
[DYNACACHE] Created a const table, for later use in internal relocation ([ARM...
ptitSeb
2025-06-13
1
-14
/
+13
*
[ARM64_DYNAREC] Small optim on PTEST opcode
ptitSeb
2025-04-29
1
-17
/
+21
*
[ARM64_DYNAREC] Mostly cosmetic changes to SSE/AVX packed shift opcodes
ptitSeb
2025-04-28
1
-2
/
+2
*
[ARM64_DYNAREC] Small optim for PSIGN[B/W/D] opcodes
ptitSeb
2025-04-27
1
-18
/
+12
*
[ARM64_DYNAREC] Some work on UD flags on (66) F3 0F BC/BD opcodes
ptitSeb
2025-04-27
1
-10
/
+32
*
[ARM64_DYNAREC] Refactored (V)PSHUFD opcodes
ptitSeb
2025-04-26
1
-42
/
+78
*
[ARM64_DYNAREC] Allow shift with saturation on (V)PMULH(U)W because it will n...
ptitSeb
2025-04-26
1
-4
/
+2
*
[ARM64_DYNAREC] Small fix for edge cases on (V)PMULHUW opcodes
ptitSeb
2025-04-26
1
-2
/
+4
*
[ARM64_DYNAREC] Fixed (rarely used) some edge case for (V)PMULHRSW opcode (an...
ptitSeb
2025-04-25
1
-1
/
+8
*
[ARM64_DYNAREC] Minor change, (V)PMOVMSKB is only valid on register, not memory
ptitSeb
2025-04-25
1
-17
/
+21
*
[ARM64_DYNAREC] Fixed a potential issue with PCMPEQQ opcodes, and many missin...
ptitSeb
2025-04-25
1
-63
/
+63
*
[ARM64_DYNAREC] Some optimisation to some (V)(P)BLEND* opcodes
ptitSeb
2025-04-24
1
-34
/
+7
*
[ARM64_DYNAREC] Small optim on (V)PACKUSDW opcodes
ptitSeb
2025-04-24
1
-7
/
+2
*
[ARM64_DYNAREC] Small change and optims to various (V)MOVNT* opcodes
ptitSeb
2025-04-24
1
-10
/
+5
*
[ARM64_DYNAREC] Minor optim to MOVNTDQA (#2568)
Yang Liu
2025-04-24
1
-3
/
+10
*
[ARM64_DYNAREC] Small fixes and improvments to (V)MOVMSKP[S/D] opcodes
ptitSeb
2025-04-23
1
-1
/
+1
*
[ARM64_DYNAREC] Few fixes and small cosmetic changes to some partial (V)MOV o...
ptitSeb
2025-04-23
1
-2
/
+2
*
[ARM64_DYNAREC] Small improvements to (V)MASKMOVDQU opcode
ptitSeb
2025-04-21
1
-5
/
+3
*
[ARM64_DYNAREC] Add/Improved (V)H[ADD/SUB]P[S/D] opcodes
ptitSeb
2025-04-21
1
-4
/
+13
*
[ARM64_DYNAREC] Small change to 66 0F 3A 17 opcode
ptitSeb
2025-04-21
1
-2
/
+2
*
[ARM64_DYNAREC] Minor cosmetic changes
ptitSeb
2025-04-21
1
-1
/
+1
*
[RV64_DYNAREC] Added X87DOUBLE=2 support (#2553)
Yang Liu
2025-04-21
1
-1
/
+1
*
[DYNAREC] Introduce BOX64_DYNAREC_X87DOUBLE=2 to handle Low Precision x87 ([A...
ptitSeb
2025-04-16
1
-2
/
+3
*
[ARM64_DYNAREC] Some more FRINTTS and AVX/SSE fixes (might help #2520)
ptitSeb
2025-04-11
1
-10
/
+4
*
[ARM4_DYNAREC] A few changes to seem SSE/AVX comparison and convertions opcod...
ptitSeb
2025-04-04
1
-12
/
+16
*
Moved more functions to os.h (#2497)
Yang Liu
2025-04-03
1
-1
/
+0
*
[ARM64_DYNAREC] Fixed an optim in BLENDPS opcode
ptitSeb
2025-04-02
1
-2
/
+2
*
Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)
Yang Liu
2025-04-01
1
-2
/
+1
*
[ARM64_DYNAREC] Improved (V)MAXP[S/D] and (V)MINP[S/D] opcodes to more closel...
ptitSeb
2025-03-26
1
-13
/
+11
*
[ARM64_DYNAREC] Fixed a typo in flag computation for PCMPESTRI and BZHI opcodes
ptitSeb
2025-02-20
1
-1
/
+1
*
[INTERP] Added more nops ([DYNAREC] too) (#2378)
Yang Liu
2025-02-17
1
-0
/
+1
*
[ARM64_DYNAREC] Continue work on UD flags
ptitSeb
2025-02-17
1
-70
/
+50
*
[INTERP] Added 66 0F 19 NOP opcode ([DYNAREC] too) (#2375)
Yang Liu
2025-02-17
1
-0
/
+1
*
[ARM64_DYNAREC] Improved safeflags=2
ptitSeb
2025-02-16
1
-6
/
+10
*
[ARM64_DYNAREC] Add some opcodes (#2358)
wannacu
2025-02-14
1
-0
/
+21
*
[ARM64_DYNAREC] More work on flag
ptitSeb
2025-02-12
1
-18
/
+17
*
[ARM64_DYNAREC] Added more details on Need optim message for easier grep
ptitSeb
2025-02-03
1
-2
/
+2
*
[DYNAREC] Added preliminary per-file settings (#2288)
Yang Liu
2025-01-23
1
-2
/
+2
*
[ARM64_DYNAREC] Added a few AVX opcode and Improved/Fixed some existing SSE a...
ptitSeb
2025-01-22
1
-10
/
+10
[next]