Can VCLMUL.VV always use a v0.t mask?
It can use the vm mask operand shown in the syntax; omitting it gives the unmasked form.
Vector carry-less multiply (low result): GF(2) polynomial multiply returning low SEW bits
vclmul.vv is the Zvbc vector carry-less multiply. Performs polynomial multiplication in GF(2) on vs1[i] and vs2[i], returning low SEW bits of the product to vd[i]. This is the standard CLMUL operation. Supports SEW=64.
VCLMUL.VV is a Zvbc vector instruction for vector carry-less multiply low. This page is checked against the official vector crypto extension and V-extension execution model.
Understand this scenario with real code like «vclmul.vv vd, vs2, vs1».
Understand this scenario with real code like «vclmul.vv vd, vs2, vs1».
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.