about summary refs log tree commit diff stats
path: root/src/dynarec/la64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* [LA64_DYNAREC] Add SSSE3's mmx ops. (#2559)phorcys2025-04-221-0/+162
* [RV64_DYNAREC] Added X87DOUBLE=2 support (#2553)Yang Liu2025-04-211-0/+1
* [LA64_DYNAREC]Add/opt more SSE/MMX ops (#2543)phorcys2025-04-182-24/+60
* [LA64_DYNAREC] Add SSE1/SSE2's cvt mmx ops. (#2538)phorcys2025-04-172-0/+166
* [LA64_DYNAREC] Add mmx pack/unpack ops. (#2536)phorcys2025-04-161-9/+83
* [LA64_DYNAREC] Add mmx cmp ops. (#2533)phorcys2025-04-151-0/+41
* [LA64_DYNAREC] Add mmx arith ops. (#2530)phorcys2025-04-141-0/+71
* [LA64_DYNAREC] Add mmx shift ops. (#2529)phorcys2025-04-141-0/+148
* [WOW64] More tweaks for PE build (#2528)Yang Liu2025-04-141-2/+4
* [LA64_DYNAREC] Optimize sse_setround (#2527)phorcys2025-04-141-10/+3
* [LA64_DYNAREC] Add mmx related mov op (#2526)phorcys2025-04-144-15/+102
* [LA64_DYNAREC] Update la64 mmx infra. (#2524)phorcys2025-04-124-55/+846
* [WOW64] Splitted freq and cleanup functions from x64emu (#2521)Yang Liu2025-04-111-1/+1
* [WOW64] More tweaks towards PE build (#2519)Yang Liu2025-04-101-1/+1
* [WOW64] More work on the PE wow64 build (#2518)Yang Liu2025-04-101-0/+1
* [DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 on...ptitSeb2025-04-091-0/+4
* [LA64_DYNAREC] Optimize la64 MAXPD/MAXPS. (#2499)phorcys2025-04-032-8/+4
* Decoupled alternate functions from bridge (#2500)Yang Liu2025-04-031-0/+1
* Moved more functions to os.h (#2497)Yang Liu2025-04-0317-23/+7
* [LA64_DYNAREC] Add more sse ops (#2493)phorcys2025-04-034-32/+283
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-0118-36/+18
* [LA64_DYNAREC] Fix f0.80.1 LOCK OR, LoongArch ANDI is zero-extended. (#2489)phorcys2025-04-011-1/+2
* Some cosmetic changes to C header files (#2487)Yang Liu2025-04-011-1/+1
* [LA64] Fixed la64_lock_cas_[h/b]_slow helper (rarely used)ptitSeb2025-03-301-2/+2
* [LA64_DYNAREC] Added more MMX opcodes (#2479)Yang Liu2025-03-281-70/+233
* [LA64_DYNAREC] Added more MMX opcodes (#2477)Yang Liu2025-03-284-0/+125
* [LA64_DYNAREC] Added preliminary MMX support (#2476)Yang Liu2025-03-286-45/+200
* [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
* [RV64_DYNAREC] Fixed many minor issues (#2451)Yang Liu2025-03-192-23/+22
* [DYNAREC] Fixed minor issues for F0 0F B0/B1 LOCK CMPXCHG opcodes (#2448)Yang Liu2025-03-191-10/+8
* [RCFILE] Added range gdbjit support (#2414)Yang Liu2025-03-031-1/+1
* [RCFILE] Added support for perfile dynarec dump (#2393)Yang Liu2025-02-193-15/+16
* [DYNAREC] Minor optimizations to SHL/SHR Ed, CL fastpath (#2392)Yang Liu2025-02-192-6/+10
* [RV64_DYNAREC] Fixed a regression introduced recently ([LA64_DYNAREC] too) (#...Yang Liu2025-02-181-2/+2
* [RV64_DYNAREC] Small changes to SET_DFNONE to make it safer ([LA64_DYNAREC] t...Yang Liu2025-02-182-6/+8
* [INTERP] Added more nops ([DYNAREC] too) (#2378)Yang Liu2025-02-171-0/+1
* [INTERP] Added more nops ([DYNAREC] too) (#2377)Yang Liu2025-02-171-0/+14
* [INTERP] Added 0F 19 NOP opcode ([DYNAREC] too) (#2376)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-173-8/+96
* [DYNAREC] Print decoded instruction mnemonics for missing opcodes if trace en...Yang Liu2025-02-171-15/+16
* [LA64_DYNAREC] Minor optims and fixes to some opcodes (#2371)Yang Liu2025-02-175-28/+127
* [LA64_DYNAREC] Added more SSE4 opcodes (#2370)Yang Liu2025-02-171-0/+29
* [LA64_DYNAREC] Added more opcodes (#2366)Yang Liu2025-02-179-13/+329
* [LA64_DYNAREC] Added F3 0F 52 RSQRTSS opcode (#2343)Yang Liu2025-02-111-0/+13
* [LA64_DYNAREC] Added F2 0F 7D HSUBPS opcode (#2341)Yang Liu2025-02-111-0/+11
* [LA64_DYNAREC] Added preliminary optimization for REP MOVSB (#2340)Yang Liu2025-02-102-0/+28
* [LA64_DYNAREC] Added more opcodes (#2339)Yang Liu2025-02-105-0/+201