Does VSSRL.VI set vxsat?
Scaling shifts use vxrm rounding but are not saturating clip instructions; use VNCLIP for saturating narrowing.
Element-wise scaling logical right shift.
VSSRL.VI applies an element-wise scaling logical right shift using the shift amount from uimm and writes vd. Scaling shifts use vxrm to round shifted-out bits.
VSSRL.VI is a fixed-point scaling vector shift instruction; the shift amount uses only the architecturally specified low bits.
Understand this scenario with real code like «vssrl.vi v8, v12, 3, v0.t».
Understand this scenario with real code like «vssrl.vi v8, v12, 3, v0.t».
Understand this scenario with real code like «vssrl.vi v8, v12, 3, v0.t».
Scaling shifts use vxrm rounding but are not saturating clip instructions; use VNCLIP for saturating narrowing.