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

Encoding

Binary Layout
F2
+0
0F
+1
2A
+2
 
Format SSE2
Opcode F2 0F 2A
Extension SSE2

Operands

  • dest
    128-bit SSE/AVX register (XMM)
  • src
    32-bit register or memory