You copied the Doc URL to your clipboard.
FCVTNS (scalar)
Floating-point convert to signed integer, rounding to nearest with ties to even.
Syntax
FCVTNS
Wd
, Sn
; Single-precision to 32-bit
FCVTNS
Xd
, Sn
; Single-precision to 64-bit
FCVTNS
Wd
, Dn
; Double-precision to 32-bit
FCVTNS
Xd
, Dn
; Double-precision to 64-bit
Where:
Wd
-
Is the 32-bit name of the general-purpose destination register.
Sn
-
Is the 32-bit name of the SIMD and FP source register.
Xd
-
Is the 64-bit name of the general-purpose destination register.
Dn
-
Is the 64-bit name of the SIMD and FP source register.
Operation
, where R
d = signed_convertToIntegerExactTiesToEven(V
n)
is either V
D
or S
.