Module asm

Source
Expand description

Assembly instructions

Functions§

delay
Blocks the program for at least cycles CPU cycles.
ebreak
EBREAK instruction wrapper
ecall
ECALL instruction wrapper
fence
FENCE instruction wrapper
fence_i
FENCE.I instruction wrapper
nop
nop instruction wrapper
sfence_vma
SFENCE.VMA instruction wrapper
sfence_vma_all
SFENCE.VMA instruction wrapper (all address spaces and page table levels)
wfi
WFI instruction wrapper