[−][src]Function core::arch::mips::__msa_vshf_b
pub unsafe fn __msa_vshf_b(a: v16i8, b: v16i8, c: v16i8) -> v16i8
This is supported on MIPS and target feature
msa
only.Vector Data Preserving Shuffle
The vector shuffle instructions selectively copy data elements from the
concatenation of vectors b
(sixteen signed 8-bit integer numbers)
and c
(sixteen signed 8-bit integer numbers) in to vector a
(sixteen signed 8-bit integer numbers) based on the corresponding control element in a
.
The least significant 6 bits in a
control elements modulo the number of elements in
the concatenated vectors b
, a
specify the index of the source element.
If bit 6 or bit 7 is 1, there will be no copy, but rather the destination element is set to 0.