Does VSSRA.VV set vxsat?
Scaling shifts use vxrm rounding but are not saturating clip instructions; use VNCLIP for saturating narrowing.
Element-wise scaling arithmetic right shift.
VSSRA.VV applies an element-wise scaling arithmetic right shift using the shift amount from vs1[i] and writes vd. Scaling shifts use vxrm to round shifted-out bits.
VSSRA.VV 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 «vssra.vv v8, v12, v4, v0.t».
Understand this scenario with real code like «vssra.vv v8, v12, v4, v0.t».
Understand this scenario with real code like «vssra.vv v8, v12, v4, v0.t».
Scaling shifts use vxrm rounding but are not saturating clip instructions; use VNCLIP for saturating narrowing.