[−][src]Function boolean_enums::lstd::arch::x86::_mm_insert_pi16
pub unsafe fn _mm_insert_pi16(a: __m64, d: i32, imm2: i32) -> __m64
🔬 This is a nightly-only experimental API. (
stdsimd
)This is supported on x86 and target feature
sse,mmx
only.Copies data from the 64-bit vector of [4 x i16]
to the destination,
and inserts the lower 16-bits of an integer operand at the 16-bit offset
specified by the immediate operand n
.