Can VANDN.VX always use a v0.t mask?
It can use the vm mask operand shown in the syntax; omitting it gives the unmasked form.
Vector-scalar bitwise AND-NOT: vd[i] = vs2[i] & ~x[rs1].
vandn.vx inverts the scalar x[rs1] value after sign-extension/truncation to SEW and ANDs it with vs2[i]: vd[i] = vs2[i] & ~x[rs1].
VANDN.VX is a Zvbb vector instruction for vector-scalar bitwise and-not. This page is checked against the official vector crypto extension and V-extension execution model.
Understand this scenario with real code like «vandn.vx vd, vs2, a1».
Understand this scenario with real code like «vandn.vx vd, vs2, a1».
It can use the vm mask operand shown in the syntax; omitting it gives the unmasked form.
The current vtype SEW determines it, subject to any instruction-specific SEW restrictions in the extension.