cvtsq2ss

Convert Signed Quadword Integer to Scalar Single-Precision

CVTSQ2SS xmm1, r/m64

Converts 64-bit integer to float.

Details

The Convert Signed Quadword Integer to Scalar Single-Precision instruction converts 64-bit integer to float.

Pseudocode Operation

// Converts 64-bit integer to float

Example

CVTSQ2SS xmm1, rbx

Encoding

Binary Layout
F3
+0
0F
+1
2A
+2
 
Format SSE
Opcode F3 0F 2A
Extension Base (64-bit)

Operands

  • dest
    128-bit XMM SIMD register
  • src
    64-bit register or memory