sfence.w.inval

The `sfence.w.inval` instruction guarantees that any previous stores already visible to the current RISC-V hart are ordered before subsequent `sinval.vma` instructions executed by the same hart.

Synopsis

sfence.w.inval

Encoding

Type:

03100011000000000000000000001110011
funct7: 0001100
funct3: 000
opcode: 1110011

RISC-V Instruction Encoder/Decoder

open sfence.w.inval in rvcodecjs

Availability