summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/SystemZ/insn-aebr.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/Disassembler/SystemZ/insn-aebr.txt')
-rw-r--r--test/MC/Disassembler/SystemZ/insn-aebr.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/MC/Disassembler/SystemZ/insn-aebr.txt b/test/MC/Disassembler/SystemZ/insn-aebr.txt
new file mode 100644
index 0000000000..e4d00f700d
--- /dev/null
+++ b/test/MC/Disassembler/SystemZ/insn-aebr.txt
@@ -0,0 +1,12 @@
+# RUN: llvm-mc --disassemble %s -triple=s390x-linux-gnu | FileCheck %s
+# CHECK: aebr %f0, %f0
+0xb3 0x0a 0x00 0x00
+
+# CHECK: aebr %f0, %f15
+0xb3 0x0a 0x00 0x0f
+
+# CHECK: aebr %f7, %f8
+0xb3 0x0a 0x00 0x78
+
+# CHECK: aebr %f15, %f0
+0xb3 0x0a 0x00 0xf0