_mm_mul_su32
Visual Studio 2008
Microsoft Specific
Multiplies the lower 32-bit integer from a by the lower 32-bit integer from b, and returns the 64-bit integer result.
__m64 _mm_mul_su32 (__m64 a, __m64 b); PMULUDQ