index
:
box64
this commit
fix/trace
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dynarec
/
arm64
/
dynarec_arm64_emit_math.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DYNACACHE] Refactored cpu extension, will be used in dynacache signature checks
ptitSeb
2025-06-14
1
-6
/
+6
*
Moved more functions to os.h (#2497)
Yang Liu
2025-04-03
1
-1
/
+0
*
Introduced box64cpu.h for exported interpreter and dynarec functions (#2490)
Yang Liu
2025-04-01
1
-2
/
+1
*
[ARM64_DYNAREC] Small change on defered flag handling to make sure it's marke...
ptitSeb
2025-01-31
1
-19
/
+19
*
[DYNAREC] Added preliminary per-file settings (#2288)
Yang Liu
2025-01-23
1
-4
/
+2
*
[ENV] Initial refactor of env variables infrastructure (#2274)
Yang Liu
2025-01-21
1
-2
/
+2
*
[ARM64_DYNAREC] Removed an unused arg in SET_DFNONE (#2266)
Yang Liu
2025-01-16
1
-37
/
+37
*
[ARM64_DYNAREC] Don't simplify flags for add rsp, const when safeflags=2 is used
ptitSeb
2025-01-04
1
-1
/
+1
*
[ARM64_DYNAREC] a bit more work on df=0 (still WIP)
ptitSeb
2024-12-24
1
-1
/
+1
*
[DYNAREC] Reuse strongmem infra for all backends (#2052)
Yang Liu
2024-11-21
1
-1
/
+1
*
[ARM64_DYNAREC] Various fixes and improvments to a few random opcodes
ptitSeb
2024-11-15
1
-30
/
+79
*
[ARM64_DYNAREC] A few fixes to 8/16bits logic/math opcodes
ptitSeb
2024-11-15
1
-2
/
+2
*
[ARM64_DYNAREC] Minor change on 16bits neg opcode
ptitSeb
2024-11-14
1
-2
/
+0
*
[ARM64_DYNAREC] Some rework on 8/16/32/64 INC/DEC opcodes
ptitSeb
2024-11-14
1
-61
/
+16
*
[ARM64_DYNAREC] Small optim for 8/16/32/64bits adc/sbb opcodes
ptitSeb
2024-11-13
1
-32
/
+22
*
[ARM64_DYNAREC] Various small fixes for some 16bits math/logic opcodes
ptitSeb
2024-11-13
1
-10
/
+10
*
[ARM64_DYNAREC] Small change in sbb32 helper
ptitSeb
2024-11-13
1
-1
/
+1
*
[ARM64_DYNAREC] Make sure neg on 16bits is correctly computed
ptitSeb
2024-10-29
1
-2
/
+3
*
[ARM64_DYNAREC] Also use Native Carry flags directly when possible
ptitSeb
2024-10-29
1
-33
/
+123
*
[ARM64_DYNAREC] Added directmapping of x86 flags to N, V and Z arm64 flags
ptitSeb
2024-10-17
1
-59
/
+113
*
[ARM64_DYANREC] Simplified emit_pf helper
ptitSeb
2024-05-22
1
-31
/
+31
*
[ARM64_DYNAREC] Partial rollback of previous commit, it was not good
ptitSeb
2023-12-22
1
-14
/
+13
*
[ARM64_DYNAREC] Small optim on CF flag computation for 8/16bits add/sub opera...
ptitSeb
2023-12-22
1
-19
/
+17
*
[ARM64_DYNAREC] Generalized the use of Flag Manipulation Extension (if present)
ptitSeb
2023-12-02
1
-153
/
+22
*
[ARM64_DYNAREC] Fixed add8 OF flag emitter when Flag Manipulation Ext is supp...
ptitSeb
2023-12-02
1
-2
/
+2
*
[ARM64_DYNAREC] Fixed OF flags for 8 bit addition when using FLAGM extension
ptitSeb
2023-11-11
1
-3
/
+3
*
[ARM64_DYNAREC] More fixing and improving on shifting opcodes
ptitSeb
2023-11-10
1
-4
/
+3
*
[ARM64_DYNAREC] Added a use of FLAGM extension in add8 emitter
ptitSeb
2023-10-18
1
-18
/
+52
*
Update dynarec_arm64_emit_math.c (#994)
liuli
2023-09-27
1
-1
/
+1
*
Merge pull request #896 from josch/exe
ptitSeb
2023-07-21
1
-0
/
+0
|
\
|
*
remove executable bits
Johannes Schauer Marin Rodrigues
2023-07-21
1
-0
/
+0
*
|
A few cosmetic fixes (#858)
Alexandre Julliard
2023-06-24
1
-2
/
+0
|
/
*
[RV64_DYNAREC] Added more opcodes (#618)
Yang Liu
2023-03-22
1
-1
/
+1
*
[DYNAREC] Various small fixes and improvment on Dynarec
ptitSeb
2023-02-16
1
-106
/
+25
*
[DYNAREC] Better (defered) flag handling in dynarec (gives between 5% and 10%...
ptitSeb
2022-10-24
1
-2
/
+2
*
[DYNAREC] Refactored dynarec to ease the future adding of new target architec...
ptitSeb
2022-02-27
1
-0
/
+1849