How does VMV1R.V handle masking?
It has no ordinary v0 execution mask and does not execute by current vl; it copies the whole register.
Copy one whole vector register group, independent of current vl or element masks.
VMV1R.V is a RISC-V V whole-register move instruction. It copies one complete vector register from vs2 to vd for saving, restoring, or rearranging vector-register contents; it copies by register group, not by current element vl.
VMV1R.V copies whole vector-register contents; it does not select elements by vl, SEW, or v0 masking.
Understand this scenario with real code like «vmv1r.v v8, v16».
Understand this scenario with real code like «vmv1r.v v8, v16».
It has no ordinary v0 execution mask and does not execute by current vl; it copies the whole register.