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

VQSHL{U}. {,} , # Encoded as Q = 1<br />

VQSHL{U}. {,} , # Encoded as Q = 0<br />

where:<br />

Instruction Details<br />

U If present, specifies that the results are unsigned, although the oper<strong>and</strong>s are signed.<br />

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

must be unconditional.<br />

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

S encoded as:<br />

U = 0, op = 1, if U is absent<br />

U = 1, op = 0, if U is present<br />

U encoded as U = 1, op = 1. Not available for VQSHLU.<br />

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

8 Encoded as L = ’0’, imm6 = ’001’. is encoded in imm6.<br />

16 Encoded as L = ’0’, imm6 = ’01’. is encoded in imm6.<br />

32 Encoded as L = ’0’, imm6 = ’1’. is encoded in imm6.<br />

64 Encoded as L = ’1’. is encoded in imm6.<br />

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

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

The immediate value, in the range 0 to -1. See the description of for how <br />

is encoded.<br />

Operation<br />

if ConditionPassed() then<br />

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

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

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

oper<strong>and</strong> = Int(Elem[D[m+r],e,esize], src_unsigned);<br />

(result, sat) = SatQ(oper<strong>and</strong>

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

Saved successfully!

Ooh no, something went wrong!