Module instruction_formats

Source
Expand description

Structures and constants for instruction decoding

The structures directly relate to the RISC-V instruction formats described in the specification. See the RISC-V specification for further details

Structs§

BType
IType
ITypeShamt
JType
RType
SType
UType

Constants§

OPCODE_AUIPC
OPCODE_BRANCH
OPCODE_JAL
OPCODE_JALR
OPCODE_LOAD
OPCODE_LUI
OPCODE_MISC_MEM
OPCODE_OP
OPCODE_OP_IMM
OPCODE_STORE
OPCODE_SYSTEM