summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gas/testsuite/gas/arm/inst-po-2.s
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gas/testsuite/gas/arm/inst-po-2.s')
-rw-r--r--binutils-2.25/gas/testsuite/gas/arm/inst-po-2.s16
1 files changed, 16 insertions, 0 deletions
diff --git a/binutils-2.25/gas/testsuite/gas/arm/inst-po-2.s b/binutils-2.25/gas/testsuite/gas/arm/inst-po-2.s
new file mode 100644
index 00000000..b66f1606
--- /dev/null
+++ b/binutils-2.25/gas/testsuite/gas/arm/inst-po-2.s
@@ -0,0 +1,16 @@
+.syntax unified
+.arch armv7a
+.arm
+.L1:
+
+moveq r1, r9
+.inst .L1
+
+.arm
+.inst.w 1
+.inst.n 1
+
+.thumb
+.inst 0xf000
+.inst.n 1<<31
+