What unit do VSE16.V offsets or strides use?
Unit-stride stores advance through consecutive element addresses by data EEW.
unit-stride vector store.
VSE16.V stores active 16-bit elements from vs3 contiguously starting at x[rs1]. With vm=0, v0 selects stored elements; vm=1 is unmasked.
VSE16.V is an RVV unit-stride store; memory writes occur only for active elements not masked off.
Understand this scenario with real code like «vse16.v v8, (a0), v0.t».
Unit-stride stores advance through consecutive element addresses by data EEW.