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