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 />

TMP[239:224] (SRC2[223:192] < 0) ? 0 : SRC2[207:192];<br />

DEST[239:224] (SRC2[223:192] > FFFFH) ? FFFFH : TMP[239:224] ;<br />

TMP[255:240] (SRC2[255:224] < 0) ? 0 : SRC2[239:224];<br />

DEST[255:240] (SRC2[255:224] > FFFFH) ? FFFFH : TMP[255:240] ;<br />

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

(V)PACKUSDW: __m128i _mm_packus_epi32(__m128i m1, __m128i m2);<br />

VPACKUSDW: __m256i _mm256_packus_epi32(__m256i m1, __m256i m2);<br />

SIMD Floating-Point Exceptions<br />

None<br />

Other Exceptions<br />

See Exceptions Type 4<br />

5-22 Ref. # 319433-014

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

Saved successfully!

Ooh no, something went wrong!