Can VAESZ.VS 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 AES round-zero XOR: XOR each 128-bit state group in vd with the scalar round-key element group from vs2.
vaesz.vs performs AES round-zero encryption/decryption. It XORs each 128-bit state element group in vd with the scalar 128-bit round-key element group from vs2 and writes the new state to vd. SEW must be 32; there is only a .vs form.
VAESZ.VS is a Zvkned vector instruction for vector AES round-zero XOR. This page is checked against the official vector crypto extension and V-extension execution model.
Understand this scenario with real code like «vaesz.vs vd, vs2».
Understand this scenario with real code like «vaesz.vs 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.