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.

System Instructions<br />

B6.1.7 MSR (register)<br />

Move to Special Register from <strong>ARM</strong> core register moves the value of a general-purpose register to the<br />

CPSR or the SPSR of the current mode.<br />

Encoding T1 <strong>ARM</strong>v6T2, <strong>ARM</strong>v7<br />

MSR ,<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 0 0 1 1 1 0 0 R Rn 1 0 (0) 0 mask (0)(0)(0)(0)(0)(0)(0)(0)<br />

n = UInt(Rn); write_spsr = (R == ‘1’);<br />

if mask == ‘0000’ then UNPREDICTABLE;<br />

if BadReg(n) then UNPREDICTABLE;<br />

Encoding A1 <strong>ARM</strong>v4*, <strong>ARM</strong>v5T*, <strong>ARM</strong>v6*, <strong>ARM</strong>v7<br />

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

cond 0 0 0 1 0 R 1 0 mask (1)(1)(1)(1)(0)(0)(0)(0) 0 0 0 0 Rn<br />

n = UInt(Rn); write_spsr = (R == ‘1’);<br />

if mask == ‘0000’ then UNPREDICTABLE;<br />

if n == 15 then UNPREDICTABLE;<br />

Assembler syntax<br />

MSR , <br />

where:<br />

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

Is one of:<br />

• APSR_<br />

• CPSR_<br />

• SPSR_.<br />

<strong>ARM</strong> recommends the APSR forms when only the N, Z, C, V, Q, <strong>and</strong> GE[3:0] bits are being<br />

written. For more information, see The Application Program Status Register (APSR) on<br />

page A2-14.<br />

Is the general-purpose register to be transferred to .<br />

Is one of nzcvq, g, or nzcvqg.<br />

In the A <strong>and</strong> R profiles:<br />

APSR_nzcvq is the same as CPSR_f (mask == ’1000’)<br />

APSR_g is the same as CPSR_s (mask == ’0100’)<br />

APSR_nzcvqg is the same as CPSR_fs (mask == ’1100’).<br />

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

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

Saved successfully!

Ooh no, something went wrong!