Does VREDMIN.VS write the reduction result to every element?
No. The effective integer reduction result is written to vd[0], not broadcast element-wise.
Reduce active elements and a scalar seed using signed minimum.
VREDMIN.VS uses vs1[0] as the scalar seed, reduces active elements of vs2 with signed minimum, and writes the result to vd[0].
VREDMIN.VS is a single-width integer reduction instruction; the result is collected in element 0 of the destination vector register.
Understand this scenario with real code like «vredmin.vs v8, v12, v4, v0.t».
Understand this scenario with real code like «vredmin.vs v8, v12, v4, v0.t».
Use jal x0, target or j target.
No. The effective integer reduction result is written to vd[0], not broadcast element-wise.