Move 8 bytes from ZT0 to general-purpose register
Move 8 bytes to a general-purpose register from the ZT0 register at the byte offset specified by the immediate index. This instruction is UNDEFINED in Non-debug state.
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 |
1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | off3 | 0 | 0 | 1 | 1 | 1 | 1 | 1 | Rt |
if !IsFeatureImplemented(FEAT_SME2) || !Halted() then UNDEFINED; constant integer t = UInt(Rt); constant integer offset = UInt(off3);
<Xt> |
Is the 64-bit name of the general-purpose register to be transferred, encoded in the "Rt" field. |
<offs> |
Is the immediate byte offset, a multiple of 8 in the range of 0 to 56, encoded in the "off3" field as <offs>/8. |
CheckSMEEnabled(); CheckSMEZT0Enabled(); constant bits(512) operand = ZT0[512]; X[t, 64] = Elem[operand, offset, 64];
Internal version only: aarchmrs v2024-03_relA, pseudocode v2024-03_rel, sve v2024-03_rel ; Build timestamp: 2024-03-26T09:45
Copyright © 2010-2024 Arm Limited or its affiliates. All rights reserved. This document is Non-Confidential.