_mm_extract_pi16

Microsoft Specific

Extracts one of the four words of a.

int _mm_extract_pi16(__m64 a , int n );
PEXTRW

Return Value

The selector n must be an immediate.

r := (n==0) ? a0 : ( (n==1) ? a1 : ( (n==2) ? a2 : a3 ) )

Requirements

Header: mmintrin.h

END Microsoft Specific

See Also

Reference

Integer Intrinsics Using Streaming SIMD Extensions