05.02.2013 Views

ARM Architecture Reference Manual ARMv7-A and ARMv7-R edition

ARM Architecture Reference Manual ARMv7-A and ARMv7-R edition

ARM Architecture Reference Manual ARMv7-A and ARMv7-R edition

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Instruction Details<br />

A8.6.393 VST2 (multiple 2-element structures)<br />

This instruction stores multiple 2-element structures from two or four registers to memory, with<br />

interleaving. For more information, see Element <strong>and</strong> structure load/store instructions on page A4-27. Every<br />

element of each register is saved. For details of the addressing mode see Advanced SIMD addressing mode<br />

on page A7-30.<br />

Encoding T1 / A1 Advanced SIMD<br />

VST2. , [{@}]{!}<br />

VST2. , [{@}], <br />

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<br />

1 1 1 1 1 0 0 1 0 D 0 0 Rn Vd type size align Rm<br />

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<br />

1 1 1 1 0 1 0 0 0 D 0 0 Rn Vd type size align Rm<br />

if size == ‘11’ then UNDEFINED;<br />

case type of<br />

when ‘1000’<br />

regs = 1; inc = 1; if align == ‘11’ then UNDEFINED;<br />

when ‘1001’<br />

regs = 1; inc = 2; if align == ‘11’ then UNDEFINED;<br />

when ‘0011’<br />

regs = 2; inc = 2;<br />

otherwise<br />

SEE “Related encodings”;<br />

alignment = if align == ‘00’ then 1 else 4

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!