You copied the Doc URL to your clipboard.
FMIN (scalar)
Floating-point minimum.
Syntax
FMIN
Sd
, Sn
, Sm
; Single-precision
FMIN
Dd
, Dn
, Dm
; Double-precision
Where:
Sd
-
Is the 32-bit name of the SIMD and FP destination register.
Sn
-
Is the 32-bit name of the first SIMD and FP source register.
Sm
-
Is the 32-bit name of the second SIMD and FP source register.
Dd
-
Is the 64-bit name of the SIMD and FP destination register.
Dn
-
Is the 64-bit name of the first SIMD and FP source register.
Dm
-
Is the 64-bit name of the second SIMD and FP source register.
Operation
, where V
d = min(V
n, Vm)
is either V
D
or S
.