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