03.03.2013 Views

Intel® Architecture Instruction Set Extensions Programming Reference

Intel® Architecture Instruction Set Extensions Programming Reference

Intel® Architecture Instruction Set Extensions Programming Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

INSTRUCTION SET REFERENCE<br />

DEST[255:224] SRC1[255:224];<br />

ELSE<br />

DEST[255:224] SRC2[255:224]; FI;<br />

Intel C/C++ Compiler Intrinsic Equivalent<br />

(V)PMINSB: __m128i _mm_min_epi8 ( __m128i a, __m128i b);<br />

(V)PMINSW: __m128i _mm_min_epi16 ( __m128i a, __m128i b)<br />

(V)PMINSD: __m128i _mm_min_epi32 ( __m128i a, __m128i b);<br />

VPMINSB: __m256i _mm256_min_epi8 ( __m256i a, __m256i b);<br />

VPMINSW: __m256i _mm256_min_epi16 ( __m256i a, __m256i b)<br />

VPMINSD: __m256i _mm256_min_epi32 (__m256i a, __m256i b);<br />

SIMD Floating-Point Exceptions<br />

None<br />

Other Exceptions<br />

See Exceptions Type 4<br />

5-82 Ref. # 319433-014

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!