about summary refs log tree commit diff stats
path: root/src/dynarec/arm64/dynarec_arm64_d9.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Refactored a bit BARRIER_FLOAT ([ARM64] olny for now, todo for RV64...ptitSeb2025-06-231-4/+4
* [DYNACACHE] Created a const table, for later use in internal relocation ([ARM...ptitSeb2025-06-131-37/+12
* [DYNAREC] Added a x87pc test and some cosmetic changes too (#2561)Yang Liu2025-04-221-2/+1
* [ARM64_DYNAREC] Better handling of x87double=2ptitSeb2025-04-211-0/+1
* [DYNAREC] More handling of low precision x87 flag change (#2556)Yang Liu2025-04-211-0/+1
* [ARM64_DYNAREC] More handling of low precision x87 flag changeptitSeb2025-04-161-0/+2
* [DYNAREC] Introduce BOX64_DYNAREC_X87DOUBLE=2 to handle Low Precision x87 ([A...ptitSeb2025-04-161-1/+2
* 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
* [ARM64_DYNAREC] Added more details on Need optim message for easier grepptitSeb2025-02-031-13/+13
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-25/+25
* Port rounding of some x87 instructions from Box86 (#2242)Hagb (Junyu Guo 郭俊余)2025-01-081-6/+42
* [ARM64_DYNAREC] Remove bloated x87 comp codeptitSeb2025-01-081-1/+1
* [ARM64_DYNAREC] Improved some x87 opcode behaviourptitSeb2024-12-021-12/+12
* [DYNAREC] Reuse strongmem infra for all backends (#2052)Yang Liu2024-11-211-1/+1
* fix some spelling (#1668)josch2024-07-101-1/+1
* [ARM64_DYNAREC] That first avx opcode now is 256bits enabledptitSeb2024-05-301-3/+3
* [ARM64_DYNAREC] Small potential fix to D9 E5 opcodeptitSeb2024-05-221-0/+6
* [ARM64_DYNAREC] Some small fixes to D9 E5 opcodeptitSeb2024-05-211-13/+9
* Changed x87 way of handling FFREE opcode ([DYNAREC] too, improving x87 robust...ptitSeb2024-04-241-31/+35
* [ARM64_DYNAREC] Fixed some inf/nan detection for FXAM opcodeptitSeb2024-02-211-2/+1
* [ARM64_DYNAREC] Improved FFREE handling (fixing gameplay of Serious Sam 2, pr...ptitSeb2024-02-111-1/+1
* [ARM64_DYNAREC] Improved FFREE/FXAM opcodes (helps 32bits games like SeriousS...ptitSeb2024-02-111-1/+9
* [ARM64_DYNAREC] Small D8..DF opcodes refactorptitSeb2024-02-041-85/+73
* [ARM64_DYNAREC] Removed unused codeptitSeb2024-01-271-1/+0
* [ARM64_DYNAREC] Fixed/Improved D9 E5 opcode and add hack for FLD1/FLD1/FPATAN...ptitSeb2024-01-271-6/+85
* [ARM64_DYNAREC] Ported fprem/fprem1 from box86 (fix camera issues in FlatOut ...ptitSeb2023-10-271-0/+46
* [DYNAREC] Various improvment to x87 code and segment handlingptitSeb2023-10-251-0/+24
* [ARM64_DYNAREC] Some fixes to x87 opcodes (helps 32bits games on WoW64)ptitSeb2023-10-231-4/+10
* [DYNAREC] Fix x87cache issues (#1025)Yang Liu2023-10-141-20/+20
* A few cosmetic fixes (#858)Alexandre Julliard2023-06-241-1/+0
* [DYNAREC] Grouped common function in dynarec_native_functions.cptitSeb2023-03-161-13/+13
* [ARM64_DYNAREC] Use STUR/LDUR when possible, plus some other small improvmentsptitSeb2023-03-131-9/+10
* [DYNAREC] Various small fixes and improvment on DynarecptitSeb2023-02-161-14/+11
* [DYNAREC] Optimisations and fixes on a few x87 opcodes (fixes Piczle Cross Ad...ptitSeb2022-11-131-9/+10
* Improved signal handling and x87 flags (with tests backported from box86)ptitSeb2022-09-291-2/+0
* Added D9 D8..DF opcodes ([DYNAREC] too) (for #361)ptitSeb2022-08-091-8/+16
* [DYNAREC] Add a mecanism to remember fixed address accessed with LOCK, so MOV...ptitSeb2022-07-031-6/+6
* [DYNAREC] Added option to force x87 to use double (ported from box86)ptitSeb2022-04-131-1/+1
* [DYNAREC] Refactored dynarec, using box86 refactorptitSeb2022-04-091-67/+106
* [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-271-0/+356