about summary refs log tree commit diff stats
path: root/src/dynarec/arm64/dynarec_arm64_de.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Added a x87pc test and some cosmetic changes too (#2561)Yang Liu2025-04-221-18/+6
* [ARM64_DYNAREC] Better handling of x87double=2ptitSeb2025-04-211-0/+12
* [DYNAREC] Introduce BOX64_DYNAREC_X87DOUBLE=2 to handle Low Precision x87 ([A...ptitSeb2025-04-161-0/+12
* 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
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-12/+12
* Port rounding of some x87 instructions from Box86 (#2242)Hagb (Junyu Guo 郭俊余)2025-01-081-0/+25
* [ARM64_DYNAREC] Remove bloated x87 comp codeptitSeb2025-01-081-4/+4
* [ARM64_DYNAREC] Improved some x87 opcode behaviourptitSeb2024-12-021-4/+4
* [DYNAREC] Reuse strongmem infra for all backends (#2052)Yang Liu2024-11-211-1/+1
* [ARM64_DYNAREC] That first avx opcode now is 256bits enabledptitSeb2024-05-301-8/+8
* [ARM64_DYNAREC] Small D8..DF opcodes refactorptitSeb2024-02-041-102/+96
* [DYNAREC] Fix x87cache issues (#1025)Yang Liu2023-10-141-11/+11
* [ARM64_DYNAREC] Fixed invalid DE opcodes handlingptitSeb2023-07-231-1/+2
* A few cosmetic fixes (#858)Alexandre Julliard2023-06-241-1/+0
* [ARM64_DYNAREC] Use STUR/LDUR when possible, plus some other small improvmentsptitSeb2023-03-131-16/+17
* [DYNAREC] Added DE opcodesptitSeb2022-10-221-0/+284