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_d9.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DYNAREC] Refactored a bit BARRIER_FLOAT ([ARM64] olny for now, todo for RV64...
ptitSeb
2025-06-23
1
-4
/
+4
*
[DYNACACHE] Created a const table, for later use in internal relocation ([ARM...
ptitSeb
2025-06-13
1
-37
/
+12
*
[DYNAREC] Added a x87pc test and some cosmetic changes too (#2561)
Yang Liu
2025-04-22
1
-2
/
+1
*
[ARM64_DYNAREC] Better handling of x87double=2
ptitSeb
2025-04-21
1
-0
/
+1
*
[DYNAREC] More handling of low precision x87 flag change (#2556)
Yang Liu
2025-04-21
1
-0
/
+1
*
[ARM64_DYNAREC] More handling of low precision x87 flag change
ptitSeb
2025-04-16
1
-0
/
+2
*
[DYNAREC] Introduce BOX64_DYNAREC_X87DOUBLE=2 to handle Low Precision x87 ([A...
ptitSeb
2025-04-16
1
-1
/
+2
*
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] Added more details on Need optim message for easier grep
ptitSeb
2025-02-03
1
-13
/
+13
*
[ENV] Initial refactor of env variables infrastructure (#2274)
Yang Liu
2025-01-21
1
-25
/
+25
*
Port rounding of some x87 instructions from Box86 (#2242)
Hagb (Junyu Guo 郭俊余)
2025-01-08
1
-6
/
+42
*
[ARM64_DYNAREC] Remove bloated x87 comp code
ptitSeb
2025-01-08
1
-1
/
+1
*
[ARM64_DYNAREC] Improved some x87 opcode behaviour
ptitSeb
2024-12-02
1
-12
/
+12
*
[DYNAREC] Reuse strongmem infra for all backends (#2052)
Yang Liu
2024-11-21
1
-1
/
+1
*
fix some spelling (#1668)
josch
2024-07-10
1
-1
/
+1
*
[ARM64_DYNAREC] That first avx opcode now is 256bits enabled
ptitSeb
2024-05-30
1
-3
/
+3
*
[ARM64_DYNAREC] Small potential fix to D9 E5 opcode
ptitSeb
2024-05-22
1
-0
/
+6
*
[ARM64_DYNAREC] Some small fixes to D9 E5 opcode
ptitSeb
2024-05-21
1
-13
/
+9
*
Changed x87 way of handling FFREE opcode ([DYNAREC] too, improving x87 robust...
ptitSeb
2024-04-24
1
-31
/
+35
*
[ARM64_DYNAREC] Fixed some inf/nan detection for FXAM opcode
ptitSeb
2024-02-21
1
-2
/
+1
*
[ARM64_DYNAREC] Improved FFREE handling (fixing gameplay of Serious Sam 2, pr...
ptitSeb
2024-02-11
1
-1
/
+1
*
[ARM64_DYNAREC] Improved FFREE/FXAM opcodes (helps 32bits games like SeriousS...
ptitSeb
2024-02-11
1
-1
/
+9
*
[ARM64_DYNAREC] Small D8..DF opcodes refactor
ptitSeb
2024-02-04
1
-85
/
+73
*
[ARM64_DYNAREC] Removed unused code
ptitSeb
2024-01-27
1
-1
/
+0
*
[ARM64_DYNAREC] Fixed/Improved D9 E5 opcode and add hack for FLD1/FLD1/FPATAN...
ptitSeb
2024-01-27
1
-6
/
+85
*
[ARM64_DYNAREC] Ported fprem/fprem1 from box86 (fix camera issues in FlatOut ...
ptitSeb
2023-10-27
1
-0
/
+46
*
[DYNAREC] Various improvment to x87 code and segment handling
ptitSeb
2023-10-25
1
-0
/
+24
*
[ARM64_DYNAREC] Some fixes to x87 opcodes (helps 32bits games on WoW64)
ptitSeb
2023-10-23
1
-4
/
+10
*
[DYNAREC] Fix x87cache issues (#1025)
Yang Liu
2023-10-14
1
-20
/
+20
*
A few cosmetic fixes (#858)
Alexandre Julliard
2023-06-24
1
-1
/
+0
*
[DYNAREC] Grouped common function in dynarec_native_functions.c
ptitSeb
2023-03-16
1
-13
/
+13
*
[ARM64_DYNAREC] Use STUR/LDUR when possible, plus some other small improvments
ptitSeb
2023-03-13
1
-9
/
+10
*
[DYNAREC] Various small fixes and improvment on Dynarec
ptitSeb
2023-02-16
1
-14
/
+11
*
[DYNAREC] Optimisations and fixes on a few x87 opcodes (fixes Piczle Cross Ad...
ptitSeb
2022-11-13
1
-9
/
+10
*
Improved signal handling and x87 flags (with tests backported from box86)
ptitSeb
2022-09-29
1
-2
/
+0
*
Added D9 D8..DF opcodes ([DYNAREC] too) (for #361)
ptitSeb
2022-08-09
1
-8
/
+16
*
[DYNAREC] Add a mecanism to remember fixed address accessed with LOCK, so MOV...
ptitSeb
2022-07-03
1
-6
/
+6
*
[DYNAREC] Added option to force x87 to use double (ported from box86)
ptitSeb
2022-04-13
1
-1
/
+1
*
[DYNAREC] Refactored dynarec, using box86 refactor
ptitSeb
2022-04-09
1
-67
/
+106
*
[DYNAREC] Refactored dynarec to ease the future adding of new target architec...
ptitSeb
2022-02-27
1
-0
/
+356