Is VSLIDEDOWN.VI a memory move?
No. It moves data among vector-register elements and does not access memory.
Slide vector elements toward lower indexes.
VSLIDEDOWN.VI moves vs2 elements by offset uimm toward lower indexes into vd. A source index outside VLMAX writes zero to the destination element.
VSLIDEDOWN.VI moves element positions within a vector register, useful for windows, shift-register patterns, and boundary insertion.
Understand this scenario with real code like «vslidedown.vi v8, v12, 3, v0.t».
Understand this scenario with real code like «vslidedown.vi v8, v12, 3, v0.t».
Understand this scenario with real code like «vslidedown.vi v8, v12, 3, v0.t».
No. It moves data among vector-register elements and does not access memory.