SVE Instruction List by Dougall Johnson
BDEP: Scatter lower bits into positions selected by bitmask
BDEP Zd.D, Zn.D, Zm.D (SVE2+BitPerm+NS
svuint64_t svbdep[_u64](svuint64_t op1, svuint64_t op2)
128-bit SVE
Within each 64-bit lane, deposit the least-significant bits from (1) at the positions in (3) indicated by the non-zero bits from (2), zeroing all other bits in (3). The order of the bits is preserved.
256-bit SVE
Within each 64-bit lane, deposit the least-significant bits from (1) at the positions in (3) indicated by the non-zero bits from (2), zeroing all other bits in (3). The order of the bits is preserved.
512-bit SVE
Within each 64-bit lane, deposit the least-significant bits from (1) at the positions in (3) indicated by the non-zero bits from (2), zeroing all other bits in (3). The order of the bits is preserved.
Larger sizes
1024-bit SVE
Within each 64-bit lane, deposit the least-significant bits from (1) at the positions in (3) indicated by the non-zero bits from (2), zeroing all other bits in (3). The order of the bits is preserved.
2048-bit SVE
Within each 64-bit lane, deposit the least-significant bits from (1) at the positions in (3) indicated by the non-zero bits from (2), zeroing all other bits in (3). 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.