Does VSM.V store SEW-width elements?
No. It stores mask bits packed into a byte sequence.
Store a mask register to memory as a packed bitmap.
VSM.V stores mask bits from vs3 to memory at x[rs1] as consecutive bytes; the number of stored bytes is ceil(vl/8).
VSM.V is a dedicated mask store; it does not store ordinary data elements by SEW.
Understand this scenario with real code like «vsm.v v0, (a0)».
Understand this scenario with real code like «vsm.v v0, (a0)».
Understand this scenario with real code like «vsm.v v0, (a0)».
No. It stores mask bits packed into a byte sequence.