about summary refs log tree commit diff stats
path: root/src/dynarec/la64/dynarec_la64_660f.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [LA64_DYNAREC] Fix SSE CMPPD, wrong reg operand for cUN cOR. (#3068)phorcys2025-10-141-2/+2
* [DYNAREC] Fixed some oversized memory load (#3051)Yang Liu2025-10-101-1/+9
* [DYNAREC][INTERP] Added a few multibyte nops (#3046)Yang Liu2025-10-101-0/+5
* [LA64_DYNAREC] Refactor register mapping (#2940)Leslie Zhai2025-09-191-12/+12
* [LA64_DYNAREC] Fixed 66 0F 3A 16 PEXTRD opcode (#2906)Yang Liu2025-08-061-1/+1
* [LA64_DYNAREC] Fixed 66 0F 3A 0F PALIGNR for case where dst==src (#2894)Yang Liu2025-08-041-1/+1
* [LA64_DYNAREC] Fixed 66 0F 38 06 PHSUBD opcode (#2893)Yang Liu2025-08-041-1/+1
* [LA64_DYNAREC] Fixed 66 0F 3A 21 INSERTPS opcode (#2891)Yang Liu2025-08-041-6/+4
* [LA64_DYNAREC] Added and optimized more fastround=0 cases (#2890)Yang Liu2025-08-041-2/+14
* [LA64_DYNAREC] Fix some la64 ops. (#2889)phorcys2025-08-041-1/+6
* [LA64_DYNAREC] Fixed 66 0F 38 14 BLENDVPS opcode (#2888)Yang Liu2025-08-041-1/+1
* [LA64_DYNAREC] Fixed 66 0F 3A 0C/0D BLENDPS/D opcodes (#2887)Yang Liu2025-08-041-2/+2
* [LA64_DYNAREC] Fixed a few GETEX usage (#2886)Yang Liu2025-08-041-33/+33
* [LA64_DYNAREC] Fix some la64 avx/sse ops. (#2882)phorcys2025-08-021-1/+1
* [LA64_DYNAREC] Add la64 avx cmp ops, part3. TEST ops. (#2857)phorcys2025-07-301-1/+1
* [LA64_DYNAREC] Optimized PMADDUBSW opcodes (#2817)Yang Liu2025-07-151-8/+4
* [LA64_DYNAREC] Optimized some SSE shift opcodes (#2813)Yang Liu2025-07-141-58/+38
* [DYNACACHE][LA64] Added const table for later use in internal relocation (#2770)Yang Liu2025-06-241-9/+9
* [DYNACACHE] Refactored cpu extension, will be used in dynacache signature checksptitSeb2025-06-141-7/+7
* [LA64_DYNAREC] Add/Opt more mmx/sse ops (#2565)phorcys2025-04-241-45/+148
* [LA64_DYNAREC]Add/opt more SSE/MMX ops (#2543)phorcys2025-04-181-23/+41
* [LA64_DYNAREC] Add SSE1/SSE2's cvt mmx ops. (#2538)phorcys2025-04-171-0/+88
* [LA64_DYNAREC] Add mmx related mov op (#2526)phorcys2025-04-141-0/+14
* [LA64_DYNAREC] Optimize la64 MAXPD/MAXPS. (#2499)phorcys2025-04-031-4/+2
* Moved more functions to os.h (#2497)Yang Liu2025-04-031-1/+0
* [LA64_DYNAREC] Add more sse ops (#2493)phorcys2025-04-031-19/+174
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-2/+1
* [LA64_DYNAREC] Added more opcodes (#2475)Yang Liu2025-03-281-26/+76
* [LA64_DYNAREC] Added more opcodes (#2473)Yang Liu2025-03-271-0/+71
* [LA64_DYNAREC] Added more opcodes (#2472)Yang Liu2025-03-271-0/+30
* [INTERP] Added more nops ([DYNAREC] too) (#2378)Yang Liu2025-02-171-0/+1
* [INTERP] Added 66 0F 19 NOP opcode ([DYNAREC] too) (#2375)Yang Liu2025-02-171-1/+2
* [LA64_DYNAREC] Added more opcodes (#2374)Yang Liu2025-02-171-8/+78
* [LA64_DYNAREC] Added more SSE4 opcodes (#2370)Yang Liu2025-02-171-0/+29
* [LA64_DYNAREC] Added more opcodes (#2366)Yang Liu2025-02-171-2/+24
* [LA64_DYNREC] Added more opcodes (#2338)Yang Liu2025-02-091-0/+14
* [LA64_DYNAREC] Fixed newly added 66 0F BA /4 BT opcode (#2336)Yang Liu2025-02-091-1/+5
* [LA64_DYNAREC] Added more opcodes (#2330)Yang Liu2025-02-081-0/+30
* [LA64_DYNAREC] Added more opcodes (#2328)Yang Liu2025-02-081-0/+25
* [LA64_DYNAREC] Added more 66 0F 38 opcodes (#2322)Yang Liu2025-02-071-0/+19
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-11/+11
* [LA64_DYNAREC] Added more opcodes (#2215)Yang Liu2024-12-261-5/+10
* [LA64_DYNAREC] Added more opcodes (#2214)Yang Liu2024-12-261-0/+34
* [LA64_DYNAREC] Added more opcodes and fixed CVTTPD2DQ (#2211)Yang Liu2024-12-251-0/+52
* [LA64_DYNAREC] Added MOVLPD and MOVHPD opcodes (#2198)Leslie Zhai2024-12-251-0/+24
* [LA64_DYNAREC] Added nativeflags support (#2202)Yang Liu2024-12-241-4/+7
* [LA64_DYNAREC] Fixed 66 0F PTEST opcode (#2201)Yang Liu2024-12-241-3/+7
* [LA64_DYNAREC] Added ROUNDSD and CVTDQ2PD opcodes (#2173)Leslie Zhai2024-12-201-0/+25
* [LA64_DYNAREC] Added CLC and PMOVZXBW opcodes (#2172)Leslie Zhai2024-12-191-0/+7
* [LA64_DYNAREC] Added PTEST opcode (#2158)Leslie Zhai2024-12-161-0/+34