summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/SystemZ/insn-fiebr.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/Disassembler/SystemZ/insn-fiebr.txt')
-rw-r--r--test/MC/Disassembler/SystemZ/insn-fiebr.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/MC/Disassembler/SystemZ/insn-fiebr.txt b/test/MC/Disassembler/SystemZ/insn-fiebr.txt
new file mode 100644
index 0000000000..94d8e7b812
--- /dev/null
+++ b/test/MC/Disassembler/SystemZ/insn-fiebr.txt
@@ -0,0 +1,15 @@
+# RUN: llvm-mc --disassemble %s -triple=s390x-linux-gnu | FileCheck %s
+# CHECK: fiebr %f0, 0, %f0
+0xb3 0x57 0x00 0x00
+
+# CHECK: fiebr %f0, 0, %f15
+0xb3 0x57 0x00 0x0f
+
+# CHECK: fiebr %f0, 15, %f0
+0xb3 0x57 0xf0 0x00
+
+# CHECK: fiebr %f4, 5, %f6
+0xb3 0x57 0x50 0x46
+
+# CHECK: fiebr %f15, 0, %f0
+0xb3 0x57 0x00 0xf0