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