What unit do VSSE8.V offsets or strides use?
The stride is a byte count from x[rs2].
strided vector store.
VSSE8.V stores active 8-bit elements from vs3 at x[rs1] + i*x[rs2]. With vm=0, v0 selects stored elements; vm=1 is unmasked.
VSSE8.V is an RVV strided store; memory writes occur only for active elements not masked off.
Understand this scenario with real code like «vsse8.v v8, (a0), t0, v0.t».
Understand this scenario with real code like «vsse8.v v8, (a0), t0, v0.t».
Understand this scenario with real code like «vsse8.v v8, (a0), t0, v0.t».
The stride is a byte count from x[rs2].