[−][src]Function core::arch::mips::__msa_insve_b
pub unsafe fn __msa_insve_b(a: v16i8, imm4: i32, c: v16i8) -> v16i8
This is supported on MIPS and target feature
msa
only.Element Insert Element
Set element imm1
in the result vector a
(sixteen signed 8-bit integer numbers) to element 0
in vector c
(sixteen signed 8-bit integer numbers) value.
All other elements in vector a
are unchanged.