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.

The list of registers to store. It must be one of:<br />

{, , }<br />

encoded as D:Vd = , type = 0b0100<br />

{, , }<br />

encoded as D:Vd = , type = 0b0101.<br />

Contains the base address for the access.<br />

The alignment. It can be:<br />

Instruction Details<br />

64 8-byte alignment, encoded as align = 0b01.<br />

omitted St<strong>and</strong>ard alignment, see Unaligned data access on page A3-5. Encoded as<br />

align = 0b00.<br />

! If present, specifies writeback.<br />

Contains an address offset applied after the access.<br />

For more information about , !, <strong>and</strong> , see Advanced SIMD addressing mode on page A7-30.<br />

Operation<br />

if ConditionPassed() then<br />

EncodingSpecificOperations(); CheckAdvSIMDEnabled(); NullCheckIfThumbEE(n);<br />

address = R[n]; if (address MOD alignment) != 0 then GenerateAlignmentException();<br />

if wback then R[n] = R[n] + (if register_index then R[m] else 24);<br />

for e = 0 to elements-1<br />

MemU[address,ebytes] = Elem[D[d],e,esize];<br />

MemU[address+ebytes,ebytes] = Elem[D[d2],e,esize];<br />

MemU[address+2*ebytes,ebytes] = Elem[D[d3],e,esize];<br />

address = address + 3*ebytes;<br />

Exceptions<br />

Undefined Instruction, Data Abort.<br />

<strong>ARM</strong> DDI 0406B Copyright © 1996-1998, 2000, 2004-2008 <strong>ARM</strong> Limited. All rights reserved. A8-777

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

Saved successfully!

Ooh no, something went wrong!