You copied the Doc URL to your clipboard.
UCVTF (scalar, integer)
Unsigned integer convert to floating-point.
Syntax
UCVTF
Sd
, Wn
; 32-bit to single-precision
UCVTF
Dd
, Wn
; 32-bit to double-precision
UCVTF
Sd
, Xn
; 64-bit to single-precision
UCVTF
Dd
, Xn
; 64-bit to double-precision
Where:
Sd
-
Is the 32-bit name of the SIMD and FP destination register.
Wn
-
Is the 32-bit name of the general-purpose source register.
Dd
-
Is the 64-bit name of the SIMD and FP destination register.
Xn
-
Is the 64-bit name of the general-purpose source register.
Operation
, where V
d = unsigned_convertFromInt(Rn)
is either V
D
or S
.