summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/SystemZ/insn-sra.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/Disassembler/SystemZ/insn-sra.txt')
-rw-r--r--test/MC/Disassembler/SystemZ/insn-sra.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/test/MC/Disassembler/SystemZ/insn-sra.txt b/test/MC/Disassembler/SystemZ/insn-sra.txt
deleted file mode 100644
index 796b9097ff..0000000000
--- a/test/MC/Disassembler/SystemZ/insn-sra.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-# RUN: llvm-mc --disassemble %s -triple=s390x-linux-gnu | FileCheck %s
-# CHECK: sra %r0, 0
-0x8a 0x00 0x00 0x00
-
-# CHECK: sra %r7, 0
-0x8a 0x70 0x00 0x00
-
-# CHECK: sra %r15, 0
-0x8a 0xf0 0x00 0x00
-
-# CHECK: sra %r0, 4095
-0x8a 0x00 0x0f 0xff
-
-# CHECK: sra %r0, 0(%r1)
-0x8a 0x00 0x10 0x00
-
-# CHECK: sra %r0, 0(%r15)
-0x8a 0x00 0xf0 0x00
-
-# CHECK: sra %r0, 4095(%r1)
-0x8a 0x00 0x1f 0xff
-
-# CHECK: sra %r0, 4095(%r15)
-0x8a 0x00 0xff 0xff