Tags / Equivalents
_mm_extract_epi64() on Intel 64-bit - SSE4.2
Extract a 64-bit integer from a, selected with c, and store the result in output.
_m_to_int64() on Intel 64-bit - SSE4.2
Copy the entire 64-bit content from an MMX register to a 64-bit integer in CPU register or memory. Unlike the 32-bit version, this intrinsic preserves all 64 bits of data, transferring both upper and lower 32-bit portions from the MMX register.
_m_to_int() on Intel 64-bit - SSE4.2
Extract the lower 32-bit integer from a 64-bit MMX register and copy it to a CPU register or memory location. The upper 32 bits of the source MMX register are ignored and discarded.
_mm_extract_epi32() on Intel 64-bit - SSE4.2
Extract a 32-bit integer from a, selected with c, and store the result in output.
_mm_extract_ps() on Intel 64-bit - SSE4.2
Extract a single-precision (32-bit) floating-point element from a, selected with c, and store the result in output.
_mm_extract_epi8() on Intel 64-bit - SSE4.2
Extract an 8-bit integer from a, selected with c, and store the result in the lower element of output.
_m_pextrw() on Intel 64-bit - SSE4.2
Extract a 16-bit integer from a, selected with imm8, and store the result in the lower element of output.
_mm_extract_pi16() on Intel 64-bit - SSE4.2
Extract a 16-bit integer from a, selected with imm8, and store the result in the lower element of output.
_mm_extract_epi16() on Intel 64-bit - SSE4.2
Extract a 16-bit integer from a, selected with imm8, and store the result in the lower element of output.