You copied the Doc URL to your clipboard.
FMOV (vector, immediate)
Floating-point move immediate.
Syntax
FMOV
Vd
.T
, #imm
; Single-precision
FMOV
Vd
.2D, #imm
; Double-precision
Where:
T
-
Is an arrangement specifier, and can be either
2S
or4S
. Vd
-
Is the name of the SIMD and FP destination register.
imm
-
Is a floating-point constant with sign, 3-bit exponent and normalized 4 bits of precision.