UnityChipForXiangShan/tools/disasm
yaozhicheng 7024af0cbf tools: fix disasm & generate_rvc_instructions 2024-11-15 17:51:44 +08:00
..
Makefile add tool: disasm 2024-10-16 17:33:18 +08:00
README.md add tool: disasm 2024-10-16 17:33:18 +08:00
__init__.py tools: fix disasm & generate_rvc_instructions 2024-11-15 17:51:44 +08:00
common.h add tool: disasm 2024-10-16 17:33:18 +08:00
config.h add tool: disasm 2024-10-16 17:33:18 +08:00
decode.h add tool: disasm 2024-10-16 17:33:18 +08:00
disasm.cc add tool: disasm 2024-10-16 17:33:18 +08:00
disasm.h add tool: disasm 2024-10-16 17:33:18 +08:00
encoding.h add tool: disasm 2024-10-16 17:33:18 +08:00
isa_parser.cc add tool: disasm 2024-10-16 17:33:18 +08:00
isa_parser.h add tool: disasm 2024-10-16 17:33:18 +08:00
platform.h add tool: disasm 2024-10-16 17:33:18 +08:00
primitiveTypes.h add tool: disasm 2024-10-16 17:33:18 +08:00
pythonInterface.cc add tool: disasm 2024-10-16 17:33:18 +08:00
regnames.cc add tool: disasm 2024-10-16 17:33:18 +08:00
softfloat.h add tool: disasm 2024-10-16 17:33:18 +08:00
softfloat_types.h add tool: disasm 2024-10-16 17:33:18 +08:00
specialize.h add tool: disasm 2024-10-16 17:33:18 +08:00

README.md

A disassembler separated from Spike

从Spike中分离的反汇编器用于对decoder的结果进行验证