Remove _S version of ARM MSR/MRS special registers
[deliverable/binutils-gdb.git] / gas / testsuite / gas / arm / archv6m.s
CommitLineData
7e806470
PB
1 .arch armv6-m
2 .syntax unified
3 .thumb
4 .text
5 .align 2
6 .global foo
7foo:
d2cd1205 8 msr apsr_nzcvq,r6
7e806470
PB
9 msr epsr,r9
10 mrs r2, iapsr
11 yield
12 wfe
13 wfi
14 sev
15 add r0, r0, r1
16 nop
04e2c417
MM
17 dmb
18 dsb
19 isb
20
This page took 0.360657 seconds and 4 git commands to generate.