SVE Instruction List by Dougall Johnson
ANDV: Bitwise AND reduction to scalar
ANDV Sd, Pg, Zn.S (SVE (SME
int32_t svandv[_s32](svbool_t pg, svint32_t op)
uint32_t svandv[_u32](svbool_t pg, svuint32_t op)
128-bit SVE
Compute the bitwise-and of the active 32-bit elements from (1), storing the result in (3). If there are no active elements, the result is 0xFFFFFFFF.
256-bit SVE
Compute the bitwise-and of the active 32-bit elements from (1), storing the result in (3). If there are no active elements, the result is 0xFFFFFFFF.
512-bit SVE
Compute the bitwise-and of the active 32-bit elements from (1), storing the result in (3). If there are no active elements, the result is 0xFFFFFFFF.
Larger sizes
1024-bit SVE
Compute the bitwise-and of the active 32-bit elements from (1), storing the result in (3). If there are no active elements, the result is 0xFFFFFFFF.
2048-bit SVE
Compute the bitwise-and of the active 32-bit elements from (1), storing the result in (3). If there are no active elements, the result is 0xFFFFFFFF.
Report mistakes or give feedback
Inspired by and based on the x86/x64 SIMD Instruction List by Daytime.