about summary refs log tree commit diff stats
path: root/src/dynarec/arm64/dynarec_arm64_6764_32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [ARM64_DYNAREC] Better handling for invalid opcodesptitSeb2025-10-141-10/+16
* Moved more functions to os.h (#2497)Yang Liu2025-04-031-1/+0
* Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)Yang Liu2025-04-011-2/+1
* [DYNAREC] Optimized grab_segdata calls on MODREG (#2319)Yang Liu2025-02-071-6/+6
* [ARM64_DYNAREC] Small improvment on 64 prefixed opcodesptitSeb2025-02-021-8/+12
* [DYNAREC] Cleanup modreg (#2209)Yang Liu2024-12-251-2/+2
* [DYNAREC] Introduced TO_NAT to ease register mapping changes in future (#2111)Yang Liu2024-12-051-3/+3
* [DYNAREC] Reuse strongmem infra for all backends (#2052)Yang Liu2024-11-211-1/+1
* [ARM64_DYNAREC][RV64_DYNAREC] Fixed some case where MOVS/B/W/D/Q is used on a...ptitSeb2024-03-081-1/+2
* [ARM64_DYNAREC] Added 67 64 8B opcodeptitSeb2024-03-081-0/+13
* [ARM64_DYNAREC] Added 67 64 8F opcodeptitSeb2024-03-081-0/+13
* [32BITS] Added 67 64 89 opcode ([ARM64_DYNAREC] too)ptitSeb2024-02-011-0/+13
* [32BITS] Added 67 64 A1 opcode ([ARM64_DYNAREC] too)ptitSeb2024-02-011-0/+14
* [ARM64_DYNAREC][32BITS] Added 67 64 A3 opcodeptitSeb2023-10-231-1/+15
* [ARM64_DYNAREC][32BITS] Added 67 64 FF /6 opcodeptitSeb2023-10-231-0/+89