about summary refs log tree commit diff stats
path: root/src/dynarec/la64/dynarec_la64_private.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [LA64_DYNAREC] Added x87 support (#3078)Yang Liu2025-10-191-0/+1
* [LA64_DYNAREC] Refactor register mapping (#2940)Leslie Zhai2025-09-191-6/+6
* [DYNAREC] Small refactor on StrongMem emulator and lock prefixptitSeb2025-09-131-1/+0
* [DYNAREC] Rearranged arch-specific AVX infra code (#2930)Yang Liu2025-08-131-5/+0
* [ARM64_DYNAREC] Simplified defered flags handling and limited case where Upda...ptitSeb2025-07-101-1/+0
* [RCFILE] Fixed profile per lib/dll that was using default instead of curent e...ptitSeb2025-07-091-0/+2
* [LA64_DYNAREC] Optimized GETIP macro (#2781)Yang Liu2025-06-271-1/+1
* [DYNACACHE][LA64] Added const table for later use in internal relocation (#2770)Yang Liu2025-06-241-1/+1
* [DYNAREC] Removed some unused code (#2767)Yang Liu2025-06-241-2/+0
* [LA64_DYNAREC]Add basic avx support for la64. (#2745)phorcys2025-06-231-1/+17
* [DYNACACHE] More work on dynache relocationptitSeb2025-06-151-0/+4
* [DYNAREC] Make sure a dynablock does not exit a mmap backed by a file address...ptitSeb2025-06-141-0/+1
* [DYNAREC] Use PE volatile metadata in dynarec (#2610)Yang Liu2025-05-071-3/+5
* [DYNAREC] Added ranged Dynablock dump (#2570)Yang Liu2025-04-241-0/+1
* [RV64_DYNAREC] Added X87DOUBLE=2 support (#2553)Yang Liu2025-04-211-0/+1
* [DYNAREC] Better handling of self-loop and added CALLRET=2 settings (ARM64 on...ptitSeb2025-04-091-0/+4
* [LA64_DYNAREC] Added preliminary MMX support (#2476)Yang Liu2025-03-281-1/+3
* [LA64_DYNAREC] Added nativeflags support (#2202)Yang Liu2024-12-241-0/+7
* Added initial GDBJIT support (#2162)Yang Liu2024-12-171-0/+1
* [DYNAREC] Reuse strongmem infra for all backends (#2052)Yang Liu2024-11-211-1/+0
* [DYNAREC] Reworked strong memory emulation (#2043)Yang Liu2024-11-191-0/+1
* [ARM64_DYNAREC] Try to not call UpdateFlags when switching to a DFNONE state ...ptitSeb2024-11-151-0/+1
* [LA64_DYNAREC] Added unaligned support to CMPXCHG8B (#1877)Yang Liu2024-09-261-0/+1
* [RV64_DYNAREC] Refactored vector SEW tracking (#1820)Yang Liu2024-09-121-1/+1
* Add missing func declarations: `get_first_jump_addr` (#1627)Yip Coekjan2024-07-021-0/+1
* [DYNAREC] Try to limit UpdateFlags on internal jumpsptitSeb2024-06-231-1/+2
* [DYNAREC] Another fix for YMM Zero'd upper reg trackingptitSeb2024-06-091-1/+1
* [DYNAREC] This should fix RV64 and LA64 buildsptitSeb2024-06-071-0/+1
* [DYNAREC] Improved handling of the Ymm0 attributeptitSeb2024-06-051-0/+3
* [ARM64_DYNAREC] That first avx opcode now is 256bits enabledptitSeb2024-05-301-1/+1
* [ARM64_DYNAREC] Added a fisrt 128bits only AVX opcodeptitSeb2024-05-301-1/+4
* [LA64_DYNAREC] Added basic SSE infra and 66 0F 6E MOVD opcode (#1391)Yang Liu2024-03-281-0/+53
* [LA64_DYNAREC] Enable co-simulation and fixed an important issue (#1317)Yang Liu2024-03-031-1/+7
* [LONGAARCH] Renamed arch to LA64, as LA464 is code name for 3a5000, so that w...ptitSeb2024-02-281-0/+88