Skip to main content

Module rv64

Module rv64 

Source
Expand description

Part of the interpreter responsible for RISC-V RV64 base instruction set

Modules§

b
RV64 B extension
m
RV64 M extension
zk
Zk extension

Structs§

BasicRv64SystemInstructionHandler
Basic system instruction handler that does nothing on ebreak and returns an error on ecall.
Rv64InterpreterState
RV64 interpreter state

Traits§

Rv64SystemInstructionHandler
Custom handler for system instructions ecall and ebreak