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
Operands
-
dest
32-bit memory operand -
src
128-bit XMM SIMD register