summaryrefslogtreecommitdiff
path: root/test/MC/SystemZ/insn-stmg-02.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/SystemZ/insn-stmg-02.s')
-rw-r--r--test/MC/SystemZ/insn-stmg-02.s13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/MC/SystemZ/insn-stmg-02.s b/test/MC/SystemZ/insn-stmg-02.s
new file mode 100644
index 0000000000..342c38aec9
--- /dev/null
+++ b/test/MC/SystemZ/insn-stmg-02.s
@@ -0,0 +1,13 @@
+# RUN: not llvm-mc -triple s390x-linux-gnu < %s 2> %t
+# RUN: FileCheck < %t %s
+
+#CHECK: error: invalid operand
+#CHECK: stmg %r0, %r0, -524289
+#CHECK: error: invalid operand
+#CHECK: stmg %r0, %r0, 524288
+#CHECK: error: invalid use of indexed addressing
+#CHECK: stmg %r0, %r0, 0(%r1,%r2)
+
+ stmg %r0, %r0, -524289
+ stmg %r0, %r0, 524288
+ stmg %r0, %r0, 0(%r1,%r2)