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
/
rv64
/
rv64_printer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[RV64_DYNAREC] Fixed some mmx opcodes (#2879)
Yang Liu
2025-08-02
1
-1
/
+1
*
[DYNACACHE] Refactored cpu extension, will be used in dynacache signature checks
ptitSeb
2025-06-14
1
-12
/
+2
*
[RV64_DYNAREC] Added more opcodes to printer (#2671)
Yang Liu
2025-05-26
1
-0
/
+220
*
[RV64_DYNAREC] Small optimization to LEA opcode (#2582)
Yang Liu
2025-04-28
1
-1
/
+1
*
[RV64_DYNAREC] Optimized rv64 printer for pseudo and jump instructions (#2581)
Yang Liu
2025-04-28
1
-7
/
+55
*
[RV64_DYNAREC] Fixed lui/auipc immediate in the printer (#2299)
xctan
2025-01-28
1
-2
/
+2
*
[RV64_DYNAREC] Refined printer for more thead instructions (#2272)
Yang Liu
2025-01-17
1
-14
/
+557
*
[RV64_DYNAREC] New register mapping (#2139)
Yang Liu
2024-12-12
1
-58
/
+58
*
[RV64_DYNAREC][LA64_DYNAREC] Fixed various issues (#1940)
Yang Liu
2024-10-14
1
-25
/
+26
*
[RV64_DYNAREC] Added preliminary xtheadvector support (#1892)
Yang Liu
2024-10-02
1
-0
/
+31
*
[RV64_DYNAREC] Minor optimization on vector_vsetvli (#1885)
Yang Liu
2024-09-29
1
-1
/
+1
*
[RV64_DYNAREC] Refined RISC-V vector disassembler (#1880)
xctan
2024-09-27
1
-584
/
+638
*
[RV64_DYNAREC] Added xthead* extensions to the new printer (#1781)
Yang Liu
2024-08-31
1
-0
/
+184
*
[RV64_DYNAREC] Refactored rv64_printer (#1779)
Yang Liu
2024-08-30
1
-1730
/
+5634
*
[DYNAREC_RV64] Added more opcodes for flatout.exe (#1132)
Yang Liu
2023-12-09
1
-1
/
+4
*
[DYNAREC_RV64] Added more dasm support for thead extensions (#1118)
Yang Liu
2023-12-06
1
-19
/
+130
*
[DYNAREC_RV64] Refine printer and add support for Zb* extensions (#1115)
Yang Liu
2023-12-05
1
-197
/
+422
*
[RV64_DYNAREC] Added rev8 opcode to printer
ptitSeb
2023-05-02
1
-0
/
+3
*
[RV64_DYNAREC] Added Zba optionnal optim to many helper functions
ptitSeb
2023-05-01
1
-0
/
+14
*
[RV64_DYNAREC] Added more opcodes (#712)
xctan
2023-04-19
1
-1
/
+1
*
[RV64_DYNAREC] Fixed F0 83 opcode (LR/SC are tricky to use on RV64)
ptitSeb
2023-04-01
1
-1
/
+1
*
[RV64_DYNAREC] Added some DE opcodes (#659)
xctan
2023-04-01
1
-1
/
+1
*
[RV64_DYNAREC] Added 0F 2E,2F opcode & some fixes in printer (#653)
Yang Liu
2023-03-30
1
-4
/
+6
*
[RV64_DYNAREC] Added more opcodes and optimize printer output (#630)
xctan
2023-03-24
1
-5
/
+36
*
[RV64_DYNAREC] Fixed register name of float load/store (#621)
xctan
2023-03-23
1
-2
/
+2
*
[RV64_DYNAREC] Fixed lr.d and sc.d instruction name in printer (#606)
xctan
2023-03-21
1
-2
/
+2
*
[RV64_DYNAREC] Added F0 0F C1 LOCK XADD opcode (#604)
Yang Liu
2023-03-20
1
-0
/
+30
*
[RV64_DYNAREC] A few more fixes to the printer
ptitSeb
2023-03-15
1
-1
/
+3
*
[RV64_DYNAREC] Update rv64_printer with new reg allocation
ptitSeb
2023-03-15
1
-2
/
+2
*
[RV64_DYNAREC] Fixed scratch register conflict for SUB (#556)
Yang Liu
2023-03-13
1
-2
/
+2
*
Rv64 dynarec (#550)
ptitSeb
2023-03-12
1
-0
/
+1368