cvtsi2ss

Convert Doubleword Integer to Scalar Single-Precision

CVTSI2SS xmm, r/m32

Converts 32-bit int to float.

Details

The Convert Doubleword Integer to Scalar Single-Precision instruction converts 32-bit int to float.

Pseudocode Operation

// Converts 32-bit int to float

Example

CVTSI2SS xmm0, ebx

Encoding

Binary Layout
F3
+0
0F
+1
2A
+2
 
Format SSE
Opcode F3 0F 2A
Extension SSE

Operands

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