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
/
la64
/
dynarec_la64_660f.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LA64_DYNAREC] Fix SSE CMPPD, wrong reg operand for cUN cOR. (#3068)
phorcys
2025-10-14
1
-2
/
+2
*
[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
*
[LA64_DYNAREC] Refactor register mapping (#2940)
Leslie Zhai
2025-09-19
1
-12
/
+12
*
[LA64_DYNAREC] Fixed 66 0F 3A 16 PEXTRD opcode (#2906)
Yang Liu
2025-08-06
1
-1
/
+1
*
[LA64_DYNAREC] Fixed 66 0F 3A 0F PALIGNR for case where dst==src (#2894)
Yang Liu
2025-08-04
1
-1
/
+1
*
[LA64_DYNAREC] Fixed 66 0F 38 06 PHSUBD opcode (#2893)
Yang Liu
2025-08-04
1
-1
/
+1
*
[LA64_DYNAREC] Fixed 66 0F 3A 21 INSERTPS opcode (#2891)
Yang Liu
2025-08-04
1
-6
/
+4
*
[LA64_DYNAREC] Added and optimized more fastround=0 cases (#2890)
Yang Liu
2025-08-04
1
-2
/
+14
*
[LA64_DYNAREC] Fix some la64 ops. (#2889)
phorcys
2025-08-04
1
-1
/
+6
*
[LA64_DYNAREC] Fixed 66 0F 38 14 BLENDVPS opcode (#2888)
Yang Liu
2025-08-04
1
-1
/
+1
*
[LA64_DYNAREC] Fixed 66 0F 3A 0C/0D BLENDPS/D opcodes (#2887)
Yang Liu
2025-08-04
1
-2
/
+2
*
[LA64_DYNAREC] Fixed a few GETEX usage (#2886)
Yang Liu
2025-08-04
1
-33
/
+33
*
[LA64_DYNAREC] Fix some la64 avx/sse ops. (#2882)
phorcys
2025-08-02
1
-1
/
+1
*
[LA64_DYNAREC] Add la64 avx cmp ops, part3. TEST ops. (#2857)
phorcys
2025-07-30
1
-1
/
+1
*
[LA64_DYNAREC] Optimized PMADDUBSW opcodes (#2817)
Yang Liu
2025-07-15
1
-8
/
+4
*
[LA64_DYNAREC] Optimized some SSE shift opcodes (#2813)
Yang Liu
2025-07-14
1
-58
/
+38
*
[DYNACACHE][LA64] Added const table for later use in internal relocation (#2770)
Yang Liu
2025-06-24
1
-9
/
+9
*
[DYNACACHE] Refactored cpu extension, will be used in dynacache signature checks
ptitSeb
2025-06-14
1
-7
/
+7
*
[LA64_DYNAREC] Add/Opt more mmx/sse ops (#2565)
phorcys
2025-04-24
1
-45
/
+148
*
[LA64_DYNAREC]Add/opt more SSE/MMX ops (#2543)
phorcys
2025-04-18
1
-23
/
+41
*
[LA64_DYNAREC] Add SSE1/SSE2's cvt mmx ops. (#2538)
phorcys
2025-04-17
1
-0
/
+88
*
[LA64_DYNAREC] Add mmx related mov op (#2526)
phorcys
2025-04-14
1
-0
/
+14
*
[LA64_DYNAREC] Optimize la64 MAXPD/MAXPS. (#2499)
phorcys
2025-04-03
1
-4
/
+2
*
Moved more functions to os.h (#2497)
Yang Liu
2025-04-03
1
-1
/
+0
*
[LA64_DYNAREC] Add more sse ops (#2493)
phorcys
2025-04-03
1
-19
/
+174
*
Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)
Yang Liu
2025-04-01
1
-2
/
+1
*
[LA64_DYNAREC] Added more opcodes (#2475)
Yang Liu
2025-03-28
1
-26
/
+76
*
[LA64_DYNAREC] Added more opcodes (#2473)
Yang Liu
2025-03-27
1
-0
/
+71
*
[LA64_DYNAREC] Added more opcodes (#2472)
Yang Liu
2025-03-27
1
-0
/
+30
*
[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
-1
/
+2
*
[LA64_DYNAREC] Added more opcodes (#2374)
Yang Liu
2025-02-17
1
-8
/
+78
*
[LA64_DYNAREC] Added more SSE4 opcodes (#2370)
Yang Liu
2025-02-17
1
-0
/
+29
*
[LA64_DYNAREC] Added more opcodes (#2366)
Yang Liu
2025-02-17
1
-2
/
+24
*
[LA64_DYNREC] Added more opcodes (#2338)
Yang Liu
2025-02-09
1
-0
/
+14
*
[LA64_DYNAREC] Fixed newly added 66 0F BA /4 BT opcode (#2336)
Yang Liu
2025-02-09
1
-1
/
+5
*
[LA64_DYNAREC] Added more opcodes (#2330)
Yang Liu
2025-02-08
1
-0
/
+30
*
[LA64_DYNAREC] Added more opcodes (#2328)
Yang Liu
2025-02-08
1
-0
/
+25
*
[LA64_DYNAREC] Added more 66 0F 38 opcodes (#2322)
Yang Liu
2025-02-07
1
-0
/
+19
*
[ENV] Initial refactor of env variables infrastructure (#2274)
Yang Liu
2025-01-21
1
-11
/
+11
*
[LA64_DYNAREC] Added more opcodes (#2215)
Yang Liu
2024-12-26
1
-5
/
+10
*
[LA64_DYNAREC] Added more opcodes (#2214)
Yang Liu
2024-12-26
1
-0
/
+34
*
[LA64_DYNAREC] Added more opcodes and fixed CVTTPD2DQ (#2211)
Yang Liu
2024-12-25
1
-0
/
+52
*
[LA64_DYNAREC] Added MOVLPD and MOVHPD opcodes (#2198)
Leslie Zhai
2024-12-25
1
-0
/
+24
*
[LA64_DYNAREC] Added nativeflags support (#2202)
Yang Liu
2024-12-24
1
-4
/
+7
*
[LA64_DYNAREC] Fixed 66 0F PTEST opcode (#2201)
Yang Liu
2024-12-24
1
-3
/
+7
*
[LA64_DYNAREC] Added ROUNDSD and CVTDQ2PD opcodes (#2173)
Leslie Zhai
2024-12-20
1
-0
/
+25
*
[LA64_DYNAREC] Added CLC and PMOVZXBW opcodes (#2172)
Leslie Zhai
2024-12-19
1
-0
/
+7
*
[LA64_DYNAREC] Added PTEST opcode (#2158)
Leslie Zhai
2024-12-16
1
-0
/
+34
[next]