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

BFC , #, #<br />

where:<br />

See St<strong>and</strong>ard assembler syntax fields on page A8-7.<br />

The destination register.<br />

Instruction Details<br />

The least significant bit that is to be cleared, in the range 0 to 31. This determines the<br />

required value of lsbit.<br />

The number of bits to be cleared, in the range 1 to 32-. The required value of msbit is<br />

+-1.<br />

Operation<br />

if ConditionPassed() then<br />

EncodingSpecificOperations();<br />

if msbit >= lsbit then<br />

R[d] = Replicate(‘0’, msbit-lsbit+1);<br />

// Other bits of R[d] are unchanged<br />

else<br />

UNPREDICTABLE;<br />

Exceptions<br />

None.<br />

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

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

Saved successfully!

Ooh no, something went wrong!