diff options
Diffstat (limited to 'test/MC/Disassembler/SystemZ/insn-cefbr.txt')
-rw-r--r-- | test/MC/Disassembler/SystemZ/insn-cefbr.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test/MC/Disassembler/SystemZ/insn-cefbr.txt b/test/MC/Disassembler/SystemZ/insn-cefbr.txt new file mode 100644 index 0000000..edc1aa9 --- /dev/null +++ b/test/MC/Disassembler/SystemZ/insn-cefbr.txt @@ -0,0 +1,15 @@ +# RUN: llvm-mc --disassemble %s -triple=s390x-linux-gnu | FileCheck %s +# CHECK: cefbr %f0, %r0 +0xb3 0x94 0x00 0x00 + +# CHECK: cefbr %f0, %r15 +0xb3 0x94 0x00 0x0f + +# CHECK: cefbr %f15, %r0 +0xb3 0x94 0x00 0xf0 + +# CHECK: cefbr %f7, %r8 +0xb3 0x94 0x00 0x78 + +# CHECK: cefbr %f15, %r15 +0xb3 0x94 0x00 0xff |