// vssrl.vx vd, vs2, rs1 VRM xrm = P.VU.get_vround_mode(); VI_VX_ULOOP ({ int sh = rs1 & (sew - 1); INT_ROUNDING(vs2, xrm, sh); vd = vs2 >> sh; })