ghidra/Ghidra/Processors/RISCV/data/languages/riscv.lp64.slaspec
mumbel d7e51ee515 RISC-V processor
[riscv] Added context register for extensions

[riscv] missed a define in refactor

[riscv] got 100% on RV32IMC

[riscv] Add throw away script to generate SLEIGH

[riscv]

Fixes from SleighDevTools

- R4-type were using a bad bit pattern that broke the rs3 operand
- mul had a copy/paste typo that ignored the rs2 operand
- bad define guard for compressesed instruction
2019-12-10 14:04:05 -06:00

12 lines
194 B
Text

define endian=little;
@define XLEN 8
@define XLEN2 16
@define FLEN 0
@define ADDRSIZE "64"
@define FPSIZE ""
@include "riscv.reg.sinc"
@include "riscv.table.sinc"
@include "riscv.instr.sinc"