_mm_set_pi16
Microsoft Specific
Sets the four signed 16-bit integer values.
__m64 _mm_set_pi16 (short w3, short w2, short w1, short w0)
(composite)
Return Value
r0 := w0
r1 := w1
r2 := w2
r3 := w3
Requirements
Header: mmintrin.h
END Microsoft Specific