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.

Assembler syntax<br />

VSHL. {,} , Encoded as Q = 1<br />

VSHL. {,} , Encoded as Q = 0<br />

where:<br />

Instruction Details<br />

See St<strong>and</strong>ard assembler syntax fields on page A8-7. An <strong>ARM</strong> VSHL instruction must<br />

be unconditional.<br />

The data type for the elements of the vectors. It must be one of:<br />

S signed, encoded as U = 0<br />

U unsigned, encoded as U = 1.<br />

The data size for the elements of the vectors. It must be one of:<br />

8 encoded as size = 0b00<br />

16 encoded as size = 0b01<br />

32 encoded as size = 0b10<br />

64 encoded as size = 0b11.<br />

, , The destination vector <strong>and</strong> the oper<strong>and</strong> vectors, for a quadword operation.<br />

, , The destination vector <strong>and</strong> the oper<strong>and</strong> vectors, for a doubleword operation.<br />

Operation<br />

if ConditionPassed() then<br />

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

for r = 0 to regs-1<br />

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

shift = SInt(Elem[D[n+r],e,esize]);<br />

result = Int(Elem[D[m+r],e,esize], unsigned)

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

Saved successfully!

Ooh no, something went wrong!