FMOV (immediate, predicated)
Move 8-bit floating-point immediate to vector elements (predicated)
Move a floating-point immediate into each active element
in the destination vector. Inactive elements in the destination vector register remain unmodified.
Encoding: SVE
Variants: FEAT_SVE || FEAT_SME (FEAT_SVE || FEAT_SME)
31 | 30 | 29 | 28 | 27 | 26 | 25 | 24 | 23 | 22 | 21 | 20 | 19 | 18 | 17 | 16 | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | | | 0 | 1 | | | | | 1 | 1 | 0 | | | | | | | | | | | | | |
| | | size | | Pg | | imm8 | Zd |
---|
FMOV <Zd>.<T>, <Pg>/M, #<const>
Equivalent to: FCPY <Zd>.<T>, <Pg>/M, #<const>
Explanations
<Zd>:
Is the name of the destination scalable vector register, encoded in the "Zd" field.<T>:
<Pg>:
Is the name of the governing scalable predicate register, encoded in the "Pg" field.<const>:
Is a floating-point immediate value expressible as ±n÷16×2^r, where n and r are integers such that 16 ≤ n ≤ 31 and -3 ≤ r ≤ 4, i.e. a normalized binary floating-point encoding with 1 sign bit, 3-bit exponent, and 4-bit fractional part, encoded in the "imm8" field.Operational Notes
This instruction might be immediately preceded in program order by a MOVPRFX instruction. The MOVPRFX must conform to all of the following requirements, otherwise the behavior of the MOVPRFX and this instruction is CONSTRAINED UNPREDICTABLE:
-
The MOVPRFX can be predicated or unpredicated.
-
A predicated MOVPRFX must use the same governing predicate register as this instruction.
-
A predicated MOVPRFX must use the larger of the destination element size and first source element size in the preferred disassembly of this instruction.
-
The MOVPRFX must specify the same destination register as this instruction.
-
The destination register must not refer to architectural register state referenced by any other source operand register of this instruction.