about summary refs log tree commit diff stats
path: root/src/dynarec/arm64/dynarec_arm64_emit_math.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNACACHE] Refactored cpu extension, will be used in dynacache signature checksptitSeb2025-06-141-6/+6
* 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] Small change on defered flag handling to make sure it's marke...ptitSeb2025-01-311-19/+19
* [DYNAREC] Added preliminary per-file settings (#2288)Yang Liu2025-01-231-4/+2
* [ENV] Initial refactor of env variables infrastructure (#2274)Yang Liu2025-01-211-2/+2
* [ARM64_DYNAREC] Removed an unused arg in SET_DFNONE (#2266)Yang Liu2025-01-161-37/+37
* [ARM64_DYNAREC] Don't simplify flags for add rsp, const when safeflags=2 is usedptitSeb2025-01-041-1/+1
* [ARM64_DYNAREC] a bit more work on df=0 (still WIP)ptitSeb2024-12-241-1/+1
* [DYNAREC] Reuse strongmem infra for all backends (#2052)Yang Liu2024-11-211-1/+1
* [ARM64_DYNAREC] Various fixes and improvments to a few random opcodesptitSeb2024-11-151-30/+79
* [ARM64_DYNAREC] A few fixes to 8/16bits logic/math opcodesptitSeb2024-11-151-2/+2
* [ARM64_DYNAREC] Minor change on 16bits neg opcodeptitSeb2024-11-141-2/+0
* [ARM64_DYNAREC] Some rework on 8/16/32/64 INC/DEC opcodesptitSeb2024-11-141-61/+16
* [ARM64_DYNAREC] Small optim for 8/16/32/64bits adc/sbb opcodesptitSeb2024-11-131-32/+22
* [ARM64_DYNAREC] Various small fixes for some 16bits math/logic opcodesptitSeb2024-11-131-10/+10
* [ARM64_DYNAREC] Small change in sbb32 helperptitSeb2024-11-131-1/+1
* [ARM64_DYNAREC] Make sure neg on 16bits is correctly computedptitSeb2024-10-291-2/+3
* [ARM64_DYNAREC] Also use Native Carry flags directly when possibleptitSeb2024-10-291-33/+123
* [ARM64_DYNAREC] Added directmapping of x86 flags to N, V and Z arm64 flagsptitSeb2024-10-171-59/+113
* [ARM64_DYANREC] Simplified emit_pf helperptitSeb2024-05-221-31/+31
* [ARM64_DYNAREC] Partial rollback of previous commit, it was not goodptitSeb2023-12-221-14/+13
* [ARM64_DYNAREC] Small optim on CF flag computation for 8/16bits add/sub opera...ptitSeb2023-12-221-19/+17
* [ARM64_DYNAREC] Generalized the use of Flag Manipulation Extension (if present)ptitSeb2023-12-021-153/+22
* [ARM64_DYNAREC] Fixed add8 OF flag emitter when Flag Manipulation Ext is supp...ptitSeb2023-12-021-2/+2
* [ARM64_DYNAREC] Fixed OF flags for 8 bit addition when using FLAGM extensionptitSeb2023-11-111-3/+3
* [ARM64_DYNAREC] More fixing and improving on shifting opcodesptitSeb2023-11-101-4/+3
* [ARM64_DYNAREC] Added a use of FLAGM extension in add8 emitterptitSeb2023-10-181-18/+52
* Update dynarec_arm64_emit_math.c (#994)liuli2023-09-271-1/+1
* Merge pull request #896 from josch/exeptitSeb2023-07-211-0/+0
|\
| * remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
* | A few cosmetic fixes (#858)Alexandre Julliard2023-06-241-2/+0
|/
* [RV64_DYNAREC] Added more opcodes (#618)Yang Liu2023-03-221-1/+1
* [DYNAREC] Various small fixes and improvment on DynarecptitSeb2023-02-161-106/+25
* [DYNAREC] Better (defered) flag handling in dynarec (gives between 5% and 10%...ptitSeb2022-10-241-2/+2
* [DYNAREC] Refactored dynarec to ease the future adding of new target architec...ptitSeb2022-02-271-0/+1849