addss
Add Scalar Single-Precision
ADDSS xmm1, xmm2/m32
Adds the low 32-bit float from source to destination.
Details
The Add Scalar Single-Precision instruction adds the low 32-bit float from source to destination.
Pseudocode Operation
DEST <- DEST + SRC
// Flags affected: OF, SF, ZF, AF, CF, PF
Example
ADDSS xmm1, xmm2/m32
Encoding
Binary Layout
F3
+0
0F
+1
58
+2
Operands
-
dest
128-bit XMM SIMD register -
src
128-bit XMM SIMD register or Memory operand