[−][src]Function core::arch::x86::_m_pinsrw
pub unsafe fn _m_pinsrw(a: __m64, d: i32, imm2: i32) -> __m64
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
.