mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
15 lines
235 B
Text
15 lines
235 B
Text
define endian=little;
|
|
|
|
@define XLEN 8
|
|
@define XLEN2 16
|
|
@define FLEN 8
|
|
|
|
@define MXLEN_1 63
|
|
@define MXLEN_2 62
|
|
|
|
@define ADDRSIZE "64"
|
|
@define FPSIZE "64"
|
|
|
|
@include "riscv.reg.sinc"
|
|
@include "riscv.table.sinc"
|
|
@include "riscv.instr.sinc"
|