sinval.vma

The `sinval.vma` instruction invalidates any address-translation cache entries that an `sfence.vma` instruction with the same values of xs1 and xs2 would invalidate. However, unlike `sfence.vma`, `sinval.vma` instructions are only ordered with respect to `sfence.vma`, `sfence.w.inval`, and `sfence.inval.ir` instructions as defined below.

Synopsis

sinval.vma xs1, xs2

Encoding

Type:

014151920242531000000001110011xs1xs20001011
funct7: 0001011
funct3: 000
opcode: 1110011

RISC-V Instruction Encoder/Decoder

open sinval.vma in rvcodecjs

Availability