summaryrefslogtreecommitdiff
path: root/test/MC/SystemZ/insn-llgfr-01.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/SystemZ/insn-llgfr-01.s')
-rw-r--r--test/MC/SystemZ/insn-llgfr-01.s9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/MC/SystemZ/insn-llgfr-01.s b/test/MC/SystemZ/insn-llgfr-01.s
new file mode 100644
index 0000000000..74f1074d15
--- /dev/null
+++ b/test/MC/SystemZ/insn-llgfr-01.s
@@ -0,0 +1,9 @@
+# RUN: llvm-mc -triple s390x-linux-gnu -show-encoding %s | FileCheck %s
+
+#CHECK: llgfr %r0, %r15 # encoding: [0xb9,0x16,0x00,0x0f]
+#CHECK: llgfr %r7, %r8 # encoding: [0xb9,0x16,0x00,0x78]
+#CHECK: llgfr %r15, %r0 # encoding: [0xb9,0x16,0x00,0xf0]
+
+ llgfr %r0, %r15
+ llgfr %r7, %r8
+ llgfr %r15, %r0