cvtsi2sd
Convert Doubleword Integer to Scalar Double-Precision
CVTSI2SD xmm, r/m32
Converts 32-bit int to double.
Details
The Convert Doubleword Integer to Scalar Double-Precision instruction converts 32-bit int to double.
Pseudocode Operation
// Converts 32-bit int to double
Example
CVTSI2SD xmm0, ebx
Operands
-
dest
128-bit SSE/AVX register (XMM)
-
src
32-bit register or memory