SVE Instruction List by Dougall Johnson
BEXT: Gather lower bits from positions selected by bitmask
BEXT Zd.S, Zn.S, Zm.S (SVE2+BitPerm+NS
svuint32_t svbext[_u32](svuint32_t op1, svuint32_t op2)
128-bit SVE
Within each 32-bit lane, extract bits from (1) at positions indicated by the non-zero bits from (2), and place them in the least-significant bits of (3), zeroing upper any upper bits. The order of the bits is preserved.
256-bit SVE
Within each 32-bit lane, extract bits from (1) at positions indicated by the non-zero bits from (2), and place them in the least-significant bits of (3), zeroing upper any upper bits. The order of the bits is preserved.
512-bit SVE
Within each 32-bit lane, extract bits from (1) at positions indicated by the non-zero bits from (2), and place them in the least-significant bits of (3), zeroing upper any upper bits. The order of the bits is preserved.
Larger sizes
1024-bit SVE
Within each 32-bit lane, extract bits from (1) at positions indicated by the non-zero bits from (2), and place them in the least-significant bits of (3), zeroing upper any upper bits. The order of the bits is preserved.
2048-bit SVE
Within each 32-bit lane, extract bits from (1) at positions indicated by the non-zero bits from (2), and place them in the least-significant bits of (3), zeroing upper any upper bits. The order of the bits is preserved.
Report mistakes or give feedback
Inspired by and based on the x86/x64 SIMD Instruction List by Daytime.