Function core::arch::mips64::__msa_insve_b [−][src]
pub unsafe fn __msa_insve_b<const IMM4: i32>(a: v16i8, c: v16i8) -> v16i8This is supported on MIPS-64 and target feature
msa only.Expand description
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.