Function core::arch::mips64::__msa_bsel_v [−][src]
This is supported on MIPS-64 and target feature
msa
only.Expand description
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
.