Can VGMUL.VV always use a v0.t mask?
No. This element-group crypto instruction has no vm operand; ordinary RVV mask syntax should not be added to examples.
Vector GHASH multiply: multiply 128-bit element groups in vd by hash subkey groups in vs2.
vgmul.vv performs a GHASH field multiply over 128-bit element groups with SEW=32. It reads one operand from vd and the other from vs2, then writes the product back to vd.
VGMUL.VV is a Zvkg vector instruction for vector GHASH field multiply. This page is checked against the official vector crypto extension and V-extension execution model.
Understand this scenario with real code like «vgmul.vv vd, vs2».
Understand this scenario with real code like «vgmul.vv vd, vs2».
No. This element-group crypto instruction has no vm operand; ordinary RVV mask syntax should not be added to examples.
This instruction fixes SEW=32 and executes on 128-bit element groups; other SEW values are reserved/illegal cases.