SVE Instruction List by Dougall Johnson
See "ANDV" in the exploration tools

ANDV: Bitwise AND reduction to scalar

ANDV Hd, Pg, Zn.H (SVE (SME
int16_t svandv[_s16](svbool_t pg, svint16_t op)
uint16_t svandv[_u16](svbool_t pg, svuint16_t op)

128-bit SVE

Compute the bitwise-and of the active 16-bit elements from (1), storing the result in (3). If there are no active elements, the result is 0xFFFF.

256-bit SVE

Compute the bitwise-and of the active 16-bit elements from (1), storing the result in (3). If there are no active elements, the result is 0xFFFF.

512-bit SVE

Compute the bitwise-and of the active 16-bit elements from (1), storing the result in (3). If there are no active elements, the result is 0xFFFF.

Larger sizes

1024-bit SVE

Compute the bitwise-and of the active 16-bit elements from (1), storing the result in (3). If there are no active elements, the result is 0xFFFF.

2048-bit SVE

Compute the bitwise-and of the active 16-bit elements from (1), storing the result in (3). If there are no active elements, the result is 0xFFFF.

Report mistakes or give feedback
Inspired by and based on the x86/x64 SIMD Instruction List by Daytime.