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