]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/arm/archv8m_1m-cmse-main.s
[binutils, ARM, 15/16] Add support for VSCCLRM
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / arm / archv8m_1m-cmse-main.s
1 .thumb
2 .syntax unified
3
4 T:
5
6 clrm {r0, r2} @ Accepts list without APSR
7 clrm {APSR} @ Accepts APSR alone
8 clrm {r3, APSR} @ Accepts core register and APSR together
9 clrmeq {r4} @ Accepts conditional execution
10
11 vscclrm {VPR} @ Accepts list with only VPR
12 vscclrm {s30, VPR} @ Accept single-precision VFP register and VPR together
13 vscclrm {d14, VPR} @ Likewise for double-precision VFP register
14 vscclrm {s1-s4, VPR} @ Accept range of single-precision VFP registers
15 @ and VPR together
16 vscclrm {d1-d4, VPR} @ Likewise for double-precision VFP registers
17 vscclrm {s0-s31, VPR} @ Accept all single-precision VFP registers and VPR
18 @ together
19 vscclrm {d0-d15, VPR} @ Likewise for double-precision VFP registers
20 vscclrmne {s3, VPR} @ Accepts conditional execution