Tags / Equivalents
_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.