about summary refs log tree commit diff stats
path: root/src/dynarec/la64 (follow)
Commit message (Expand)AuthorAgeFilesLines
* [LA64_DYNAREC] Added LEA opcode (#2087)Leslie Zhai2024-11-281-0/+11
* [LA64_DYNAREC] Added SBB opcodes (#2076)Leslie Zhai2024-11-265-1/+115
* [LA64_DYNAREC] Add adc8, adc8c, adc16 and testadc (#2069)Leslie Zhai2024-11-256-0/+293
* Small fix for XSAVE/XRSTOR opcodes ([DYNAREC] too)ptitSeb2024-11-211-2/+2
* [LA64_DYNAREC] Added more opcodes for JDK (#2055)Yang Liu2024-11-215-1/+272
* [DYNAREC] Reuse strongmem infra for all backends (#2052)Yang Liu2024-11-2119-195/+27
* [DYNAREC] Reworked strong memory emulation (#2043)Yang Liu2024-11-192-44/+176
* [ARM64_DYNAREC] Try to not call UpdateFlags when switching to a DFNONE state ...ptitSeb2024-11-151-0/+1
* [DYNAREC] Reverted last 2 commit, will use CancelFillblock mecanism insteadptitSeb2024-11-031-47/+23
* [LA64_DYNAREC] This should fix Loongarch dynarecptitSeb2024-11-031-0/+11
* [DYNAREC] Make sure the emu structure is up-to-date each time LinkNext is calledptitSeb2024-11-031-23/+36
* [RV64_DYNAREC] Fixed 66 0F C2 CMPPD opcode for scalar and more (#1975)Yang Liu2024-10-292-4/+4
* [RV64_DYNAREC][LA64_DYNAREC] Fixed various issues (#1940)Yang Liu2024-10-144-9/+9
* [DYNAREC] Optimized CALL/RET RAS for out of dynablock jumps (#1909)Yang Liu2024-10-071-8/+24
* [DYNAREC] Tweaking indirect jumps for CALL/RET to use the return address stac...Yang Liu2024-10-061-7/+7
* [DYNAREC] Added a new missing mode for fallback opcodes (#1896)Yang Liu2024-10-021-1/+1
* [LA64_DYNAREC] Added unaligned support to CMPXCHG8B (#1877)Yang Liu2024-09-263-29/+79
* [LA64_DYNAREC] Fixed emit_add16 LBT implementation (#1875)Yang Liu2024-09-261-1/+1
* [LA64_DYNAREC][BOX32] Improved some 66 prefix opcodes (#1867)Yang Liu2024-09-252-14/+19
* [LA64_DYNAREC][BOX32] Added more opcodes (#1864)Yang Liu2024-09-242-12/+99
* [LA64_DYNAREC] Fixed a typo in GETGB (#1846)Yang Liu2024-09-201-1/+1
* [DYNAREC] Forgot some files in previous commitptitSeb2024-09-161-0/+3
* [DYNAREC] Make sure jump address is wrapped on 32bits address spaceptitSeb2024-09-162-6/+18
* [RV64_DYNAREC] Refactored vector SEW tracking (#1820)Yang Liu2024-09-121-1/+1
* Fixed a regression introduced with box32 that broke Bladur's Gate 3 (and prob...ptitSeb2024-09-051-1/+1
* [CI] Refactored CI (#1795)Yang Liu2024-09-052-3/+0
* [BOX32][LA64_DYNAREC] Added preliminary box32 support (#1773)Yang Liu2024-08-296-76/+120
* [RV64_DYNAREC] Fixed a falsy optimization, better EMIT macro (#1769)Yang Liu2024-08-281-2/+6
* [RV64,LA64_DYNAREC] Remove useless #if directivesYang Liu2024-08-201-5/+1
* [LA64_DYNAREC] Port recent RV64 fixes (#1739)Yang Liu2024-08-165-43/+55
* [RV64,LA64_DYNAREC] Small change when handling long CC INT 3 opcode (#1736)Yang Liu2024-08-151-1/+3
* [LA64_DYNAREC] Fixed flag generation in IMUL/MUL opcode (#1716)Yang Liu2024-08-083-65/+100
* [DYNAREC] Remove BARRIER_NEXT macroptitSeb2024-07-291-1/+0
* [DYNAREC] Fixed CI failures for RV64 and LA64 (#1702)Yang Liu2024-07-221-6/+7
* [LA64_DYNAREC] Added more opcodes (#1701)Yang Liu2024-07-205-722/+811
* [LA64_DYNAREC] Added more opcodes (#1700)Yang Liu2024-07-205-0/+131
* [RV64_DYNAREC] Added vector SEW cache (#1698)Yang Liu2024-07-191-0/+1
* [LA64_DYNAREC] Added more opcodes and fixed more issues (#1692)Yang Liu2024-07-174-6/+90
* [LA64_DYNAREC] Added more opcodes (#1690)Yang Liu2024-07-172-3/+95
* [LA64_DYNAREC] Added more opcodes (#1688)Yang Liu2024-07-163-0/+90
* [LA64_DYNAREC] Fixed CMPSD (#1687)Yang Liu2024-07-161-1/+1
* [LA64_DYNAREC] Fixed some opcodes (#1686)Yang Liu2024-07-162-3/+9
* [LA64_DYNAREC] Remove xMASK and fixed 86 XCHG opcode (#1683)Yang Liu2024-07-1613-90/+67
* [LA64_DYNAREC] Added 2 more opcodes (#1680)Yang Liu2024-07-152-0/+21
* [LA64_DYNAREC] Added more opcodes and a minor fix too (#1662)Yang Liu2024-07-103-1/+97
* Fixes (#1659)rajdakin2024-07-098-121/+125
* [LA64_DYNAREC] Fixed ADC/SBC usage (#1658)Yang Liu2024-07-081-5/+5
* [LA64_DYNAREC] Added more opcodes (#1656)Yang Liu2024-07-081-0/+33
* [LA64_DYNAREC] Added more opcodes (#1654)Yang Liu2024-07-084-0/+145
* [ARM64_DYNAREC] Reworked ymm0 propagationptitSeb2024-07-071-2/+0