movntss

Move Non-Temporal Scalar Single

MOVNTSS m32, xmm1

Stores scalar float bypassing cache (AMD SSE4a).

Details

The Move Non-Temporal Scalar Single instruction stores scalar float bypassing cache (AMD SSE4a).

Pseudocode Operation

// Stores scalar float bypassing cache (AMD SSE4a)

Example

MOVNTSS [rbp-4], xmm1

Encoding

Binary Layout
F3
+0
0F
+1
2B
+2
 
Format SSE4a
Opcode F3 0F 2B
Extension SSE4a

Operands

  • dest
    32-bit memory operand
  • src
    128-bit XMM SIMD register