<<<    Index    >>>
3-398
INSTRUCTION SET REFERENCE
MINSS—Scalar Single-FP Minimum 
Description
The MINSS instruction returns the minimum SP FP number from the lower SP FP numbers from
XMM1 and XMM2/Mem; the upper three fields are passed through from xmm1. If the values
being compared are both zeroes, source2 (xmm2/m128) would be returned. If source2
(xmm2/m128) is an sNaN, this sNaN is forwarded unchanged to the destination (i.e., a quieted
version of the sNaN is not returned).
 
Figure 3-39.  Operation of the MINSS Instruction
Opcode
Instruction
Description
F3,0F,5D,/rMINSS xmm1, 
xmm2/m32
Return the minimum SP FP number between the lowest SP FP 
numbers from XMM2/Mem and XMM1.
=
<
Xmm1
Xmm2/
m32
Xmm1
MINSS  xmm1, xmm2/m32                                              
<<<    Index    >>>