_mm_cvtsi32_si128
Classification
Header File
Instruction
MOVD xmm, r32
Synopsis
_mm_cvtsi32_si128(int a);
Description
Copy 32-bit integer "a" to the lower elements of "dst", and zero the upper elements of "dst".
Operation
dst[31:0] := a[31:0]
dst[127:32] := 0