_mm_storeh_pi
Microsoft Specific
Stores the upper two single-precision, floating-point values of a to the address p.
void _mm_storeh_pi( __m64 * p ,__m128 a );
MOVHPS mem, reg
Return Value
*p0 := a2
*p1 := a3
Requirements
Header: mmintrin.h
END Microsoft Specific
See Also
Concepts
Miscellaneous Instructions That Use Streaming SIMD Extensions