mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00

[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
12 lines
196 B
Text
12 lines
196 B
Text
define endian=little;
|
|
|
|
@define XLEN 8
|
|
@define XLEN2 16
|
|
@define FLEN 8
|
|
|
|
@define ADDRSIZE "64"
|
|
@define FPSIZE "64"
|
|
|
|
@include "riscv.reg.sinc"
|
|
@include "riscv.table.sinc"
|
|
@include "riscv.instr.sinc"
|