VLD3 (single 3-element structure to one lane)
Load single 3-element structure to one lane of three registers loads one 3-element structure from memory into corresponding elements of three registers. Elements of the registers that are not loaded are unchanged. For details of the addressing mode see Advanced SIMD addressing mode.
Depending on settings in the CPACR, NSACR, and HCPTR registers, and the Security state and PE mode in which the instruction is executed, an attempt to execute the instruction might be undefined, or trapped to Hyp mode. For more information see Enabling Advanced SIMD and floating-point support.
It has encodings from the following instruction sets: A32 ( A1 , A2 and A3 ) and T32 ( T1 , T2 and T3 ) .
A1
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 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | D | 1 | 0 | Rn | Vd | 0 | 0 | 1 | 0 | index_align | Rm | ||||||||||||
size |
if size == '11' then SEE "VLD3 (single 3-element structure to all lanes)"; if index_align<0> != '0' then UNDEFINED; ebytes = 1; index = UInt(index_align<3:1>); inc = 1; d = UInt(D:Vd); d2 = d + inc; d3 = d2 + inc; n = UInt(Rn); m = UInt(Rm); wback = (m != 15); register_index = (m != 15 && m != 13); if n == 15 || d3 > 31 then UNPREDICTABLE;
CONSTRAINED UNPREDICTABLE behavior
If d3 > 31, then one of the following behaviors must occur:
- The instruction is undefined.
- The instruction executes as NOP.
- One or more of the SIMD and floating-point registers are unknown. If the instruction specifies writeback, the base register becomes unknown. This behavior does not affect any general-purpose registers.
A2
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 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | D | 1 | 0 | Rn | Vd | 0 | 1 | 1 | 0 | index_align | Rm | ||||||||||||
size |
if size == '11' then SEE "VLD3 (single 3-element structure to all lanes)"; if index_align<0> != '0' then UNDEFINED; ebytes = 2; index = UInt(index_align<3:2>); inc = if index_align<1> == '0' then 1 else 2; d = UInt(D:Vd); d2 = d + inc; d3 = d2 + inc; n = UInt(Rn); m = UInt(Rm); wback = (m != 15); register_index = (m != 15 && m != 13); if n == 15 || d3 > 31 then UNPREDICTABLE;
CONSTRAINED UNPREDICTABLE behavior
If d3 > 31, then one of the following behaviors must occur:
- The instruction is undefined.
- The instruction executes as NOP.
- One or more of the SIMD and floating-point registers are unknown. If the instruction specifies writeback, the base register becomes unknown. This behavior does not affect any general-purpose registers.
A3
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 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | D | 1 | 0 | Rn | Vd | 1 | 0 | 1 | 0 | index_align | Rm | ||||||||||||
size |
if size == '11' then SEE "VLD3 (single 3-element structure to all lanes)"; if index_align<1:0> != '00' then UNDEFINED; ebytes = 4; index = UInt(index_align<3>); inc = if index_align<2> == '0' then 1 else 2; d = UInt(D:Vd); d2 = d + inc; d3 = d2 + inc; n = UInt(Rn); m = UInt(Rm); wback = (m != 15); register_index = (m != 15 && m != 13); if n == 15 || d3 > 31 then UNPREDICTABLE;
CONSTRAINED UNPREDICTABLE behavior
If d3 > 31, then one of the following behaviors must occur:
- The instruction is undefined.
- The instruction executes as NOP.
- One or more of the SIMD and floating-point registers are unknown. If the instruction specifies writeback, the base register becomes unknown. This behavior does not affect any general-purpose registers.
T1
15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
1 | 1 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | D | 1 | 0 | Rn | Vd | 0 | 0 | 1 | 0 | index_align | Rm | ||||||||||||
size |
if size == '11' then SEE "VLD3 (single 3-element structure to all lanes)"; if index_align<0> != '0' then UNDEFINED; ebytes = 1; index = UInt(index_align<3:1>); inc = 1; d = UInt(D:Vd); d2 = d + inc; d3 = d2 + inc; n = UInt(Rn); m = UInt(Rm); wback = (m != 15); register_index = (m != 15 && m != 13); if n == 15 || d3 > 31 then UNPREDICTABLE;
CONSTRAINED UNPREDICTABLE behavior
If d3 > 31, then one of the following behaviors must occur:
- The instruction is undefined.
- The instruction executes as NOP.
- One or more of the SIMD and floating-point registers are unknown. If the instruction specifies writeback, the base register becomes unknown. This behavior does not affect any general-purpose registers.
T2
15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
1 | 1 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | D | 1 | 0 | Rn | Vd | 0 | 1 | 1 | 0 | index_align | Rm | ||||||||||||
size |
if size == '11' then SEE "VLD3 (single 3-element structure to all lanes)"; if index_align<0> != '0' then UNDEFINED; ebytes = 2; index = UInt(index_align<3:2>); inc = if index_align<1> == '0' then 1 else 2; d = UInt(D:Vd); d2 = d + inc; d3 = d2 + inc; n = UInt(Rn); m = UInt(Rm); wback = (m != 15); register_index = (m != 15 && m != 13); if n == 15 || d3 > 31 then UNPREDICTABLE;
CONSTRAINED UNPREDICTABLE behavior
If d3 > 31, then one of the following behaviors must occur:
- The instruction is undefined.
- The instruction executes as NOP.
- One or more of the SIMD and floating-point registers are unknown. If the instruction specifies writeback, the base register becomes unknown. This behavior does not affect any general-purpose registers.
T3
15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
1 | 1 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | D | 1 | 0 | Rn | Vd | 1 | 0 | 1 | 0 | index_align | Rm | ||||||||||||
size |
if size == '11' then SEE "VLD3 (single 3-element structure to all lanes)"; if index_align<1:0> != '00' then UNDEFINED; ebytes = 4; index = UInt(index_align<3>); inc = if index_align<2> == '0' then 1 else 2; d = UInt(D:Vd); d2 = d + inc; d3 = d2 + inc; n = UInt(Rn); m = UInt(Rm); wback = (m != 15); register_index = (m != 15 && m != 13); if n == 15 || d3 > 31 then UNPREDICTABLE;
CONSTRAINED UNPREDICTABLE behavior
If d3 > 31, then one of the following behaviors must occur:
- The instruction is undefined.
- The instruction executes as NOP.
- One or more of the SIMD and floating-point registers are unknown. If the instruction specifies writeback, the base register becomes unknown. This behavior does not affect any general-purpose registers.
For more information about the constrained unpredictable behavior of this instruction, see Architectural Constraints on UNPREDICTABLE behaviors, and particularly VLD3 (single 3-element structure to one lane).
Assembler Symbols
<c> |
For encoding A1, A2 and A3: see Standard assembler syntax fields. This encoding must be unconditional. |
For encoding T1, T2 and T3: see Standard assembler syntax fields. |
<q> |
<size> |
Is the data size,
encoded in
size:
|
<Rn> |
Is the general-purpose base register, encoded in the "Rn" field. |
<Rm> |
Is the general-purpose index register containing an offset applied after the access, encoded in the "Rm" field. |
For more information about the variants of this instruction, see Advanced SIMD addressing mode.
Alignment
Standard alignment rules apply, see Alignment support.
Operation
if ConditionPassed() then EncodingSpecificOperations(); CheckAdvSIMDEnabled(); address = R[n]; Elem[D[d], index] = MemU[address,ebytes]; Elem[D[d2],index] = MemU[address+ebytes,ebytes]; Elem[D[d3],index] = MemU[address+2*ebytes,ebytes]; if wback then if register_index then R[n] = R[n] + R[m]; else R[n] = R[n] + 3*ebytes;