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