about summary refs log tree commit diff stats
path: root/src/dynarec/arm64/arm64_next.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [ARM64_DYNAREC] Don't assume x1 is xRIP in link_next (fix regression ↵ptitSeb2025-10-101-0/+1
| | | | introduced with 685afa230291d64f350afbfdfa8fc82536d99f82)
* [WOW64] Implement BTCpuSimulateAndré Zwing2025-05-191-0/+3
|
* [DYNAREC] Reverted last 2 commit, will use CancelFillblock mecanism insteadptitSeb2024-11-031-21/+13
|
* [DYNAREC] Make sure the emu structure is up-to-date each time LinkNext is calledptitSeb2024-11-031-13/+21
|
* remove executable bitsJohannes Schauer Marin Rodrigues2023-07-211-0/+0
| | | | Closes: #895
* [DYNAREC] Small optim on getDBptitSeb2023-02-191-0/+1
|
* [DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling ↵ptitSeb2022-11-291-0/+1
| | | | of CALL/RET opcode, not compatible with JIT/Dynarec)
* src: asm: Rename lr & fp registers to their x-equivalents (#426)Alfred E. Neumayer2022-10-171-1/+1
| | | | Older GCC versions (like on Ubuntu Touch) don't recognize the aliases. Fixes building box64 with older toolchains.
* [DYNAREC] Refactored dynarec to ease the future adding of new target ↵ptitSeb2022-02-271-0/+39
architecture