summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/SystemZ/insn-cgrl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/Disassembler/SystemZ/insn-cgrl.txt')
-rw-r--r--test/MC/Disassembler/SystemZ/insn-cgrl.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/test/MC/Disassembler/SystemZ/insn-cgrl.txt b/test/MC/Disassembler/SystemZ/insn-cgrl.txt
deleted file mode 100644
index 7f4faac2a9..0000000000
--- a/test/MC/Disassembler/SystemZ/insn-cgrl.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-# RUN: llvm-mc --disassemble %s -triple=s390x-linux-gnu | FileCheck %s
-# CHECK: cgrl %r0, 0x0
-0xc6 0x08 0x00 0x00 0x00 0x00
-
-# CHECK: cgrl %r15, 0x6
-0xc6 0xf8 0x00 0x00 0x00 0x00
-
-# CHECK: cgrl %r0, 0xa
-0xc6 0x08 0xff 0xff 0xff 0xff
-
-# CHECK: cgrl %r15, 0x10
-0xc6 0xf8 0xff 0xff 0xff 0xff
-
-# CHECK: cgrl %r0, 0xffffffff00000018
-0xc6 0x08 0x80 0x00 0x00 0x00
-
-# CHECK: cgrl %r15, 0xffffffff0000001e
-0xc6 0xf8 0x80 0x00 0x00 0x00
-
-# CHECK: cgrl %r0, 0x100000022
-0xc6 0x08 0x7f 0xff 0xff 0xff
-
-# CHECK: cgrl %r15, 0x100000028
-0xc6 0xf8 0x7f 0xff 0xff 0xff