about summary refs log tree commit diff stats
path: root/src/dynarec/rv64/rv64_next.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* [RV64_DYNAREC] Reworked ZEROUP and freed t0 (#2147)xctan2024-12-121-4/+0
| | | | | * [RV64_DYNAREC] Reworked ZEROUP and freed t0 * [RV64_DYNAREC] Removed the definition of xMASK
* [RV64_DYNAREC] New register mapping (#2139)Yang Liu2024-12-121-35/+48
| | | | | * [RV64_DYNAREC] New register mapping * Fix
* [DYNAREC] Reverted last 2 commit, will use CancelFillblock mecanism insteadptitSeb2024-11-031-50/+19
|
* [DYNAREC] Make sure the emu structure is up-to-date each time LinkNext is calledptitSeb2024-11-031-19/+50
|
* [RV64_DYNAREC] Added CC (and NativeCall) opcode, and shuffle around some ↵ptitSeb2023-03-151-5/+2
| | | | xFlags /xRIP and x6 mapping
* Rv64 dynarec (#550)ptitSeb2023-03-121-0/+54
* [RV64_DYNAREC] Pushed the rv64_lock.h * [RV64_DYNAREC] Add initial support for atomic functions * [RV64_DYNAREC] Added some basic infrastructure for the Dynarec (and 1 opcode) * [RV64_DYNAREC] Add a disassembler for RV64 instructions * [RV64_DYNAREC] Added 86 MOV opcode, and some fixes too * [RV64_DYNAREC] Added 8D LEA opcode * [RV64_DYNAREC] Added POP reg opcode * [RV64_DYNAREC] Various fixes and small optims --------- Co-authored-by: Yang Liu <liuyang22@iscas.ac.cn>