[][src]Function core::arch::mips::__msa_bsel_v

pub unsafe fn __msa_bsel_v(a: v16u8, b: v16u8, c: v16u8) -> v16u8
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on MIPS and target feature msa only.

Vector Bit Select

Selectively copy bits from the source vectors 'b' (eight unsigned 16-bit integer numbers) and 'c' (eight unsigned 16-bit integer numbers) into destination vector 'a' (eight unsigned 16-bit integer numbers) based on the corresponding bit in a: if 0 copies the bit from 'b', if 1 copies the bit from 'c'.