MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / SfenceVma

Class SfenceVma

crates/asm-to-binary/src/riscv/rv64i.rs:582–582  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

580/// `SfenceVma` - supervisor fence (opcode 0x12000073, sfence.vma x0, x0)
581#[derive(Debug, Clone, PartialEq, Eq)]
582pub struct SfenceVma;
583
584impl Default for SfenceVma {
585 fn default() -> Self {

Callers 1

parse_instruction_lineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected