_mm_mul_su32
Classification
SSE_ALL, Arithmetic, CPUID Test: SSE2
Header File
Instruction
PMULUDQ mm, mm
Synopsis
_mm_mul_su32(__m64 a, __m64 b);
Description
Multiply the low unsigned 32-bit integers from "a" and "b", and store the unsigned 64-bit result in "dst".
Operation
dst[63:0] := a[31:0] * b[31:0]