about summary refs log tree commit diff stats
path: root/src/dynarec/rv64/rv64_printer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* [RV64_DYNAREC] Fixed some mmx opcodes (#2879)Yang Liu2025-08-021-1/+1
* [DYNACACHE] Refactored cpu extension, will be used in dynacache signature checksptitSeb2025-06-141-12/+2
* [RV64_DYNAREC] Added more opcodes to printer (#2671)Yang Liu2025-05-261-0/+220
* [RV64_DYNAREC] Small optimization to LEA opcode (#2582)Yang Liu2025-04-281-1/+1
* [RV64_DYNAREC] Optimized rv64 printer for pseudo and jump instructions (#2581)Yang Liu2025-04-281-7/+55
* [RV64_DYNAREC] Fixed lui/auipc immediate in the printer (#2299)xctan2025-01-281-2/+2
* [RV64_DYNAREC] Refined printer for more thead instructions (#2272)Yang Liu2025-01-171-14/+557
* [RV64_DYNAREC] New register mapping (#2139)Yang Liu2024-12-121-58/+58
* [RV64_DYNAREC][LA64_DYNAREC] Fixed various issues (#1940)Yang Liu2024-10-141-25/+26
* [RV64_DYNAREC] Added preliminary xtheadvector support (#1892)Yang Liu2024-10-021-0/+31
* [RV64_DYNAREC] Minor optimization on vector_vsetvli (#1885)Yang Liu2024-09-291-1/+1
* [RV64_DYNAREC] Refined RISC-V vector disassembler (#1880)xctan2024-09-271-584/+638
* [RV64_DYNAREC] Added xthead* extensions to the new printer (#1781)Yang Liu2024-08-311-0/+184
* [RV64_DYNAREC] Refactored rv64_printer (#1779)Yang Liu2024-08-301-1730/+5634
* [DYNAREC_RV64] Added more opcodes for flatout.exe (#1132)Yang Liu2023-12-091-1/+4
* [DYNAREC_RV64] Added more dasm support for thead extensions (#1118)Yang Liu2023-12-061-19/+130
* [DYNAREC_RV64] Refine printer and add support for Zb* extensions (#1115)Yang Liu2023-12-051-197/+422
* [RV64_DYNAREC] Added rev8 opcode to printerptitSeb2023-05-021-0/+3
* [RV64_DYNAREC] Added Zba optionnal optim to many helper functionsptitSeb2023-05-011-0/+14
* [RV64_DYNAREC] Added more opcodes (#712)xctan2023-04-191-1/+1
* [RV64_DYNAREC] Fixed F0 83 opcode (LR/SC are tricky to use on RV64)ptitSeb2023-04-011-1/+1
* [RV64_DYNAREC] Added some DE opcodes (#659)xctan2023-04-011-1/+1
* [RV64_DYNAREC] Added 0F 2E,2F opcode & some fixes in printer (#653)Yang Liu2023-03-301-4/+6
* [RV64_DYNAREC] Added more opcodes and optimize printer output (#630)xctan2023-03-241-5/+36
* [RV64_DYNAREC] Fixed register name of float load/store (#621)xctan2023-03-231-2/+2
* [RV64_DYNAREC] Fixed lr.d and sc.d instruction name in printer (#606)xctan2023-03-211-2/+2
* [RV64_DYNAREC] Added F0 0F C1 LOCK XADD opcode (#604)Yang Liu2023-03-201-0/+30
* [RV64_DYNAREC] A few more fixes to the printerptitSeb2023-03-151-1/+3
* [RV64_DYNAREC] Update rv64_printer with new reg allocationptitSeb2023-03-151-2/+2
* [RV64_DYNAREC] Fixed scratch register conflict for SUB (#556)Yang Liu2023-03-131-2/+2
* Rv64 dynarec (#550)ptitSeb2023-03-121-0/+1368