movss

Move Scalar Single-Precision

MOVSS xmm1, xmm2/m32

Moves a single float (low 32 bits) between XMM/Memory.

Details

The Move Scalar Single-Precision instruction moves a single float (low 32 bits) between XMM/Memory.

Pseudocode Operation

DEST <- SRC

Example

MOVSS xmm1, xmm2/m32

Encoding

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

Operands

  • dest
    128-bit XMM SIMD register
  • src
    128-bit XMM SIMD register or Memory operand