summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/SystemZ/insn-cghi.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/Disassembler/SystemZ/insn-cghi.txt')
-rw-r--r--test/MC/Disassembler/SystemZ/insn-cghi.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/MC/Disassembler/SystemZ/insn-cghi.txt b/test/MC/Disassembler/SystemZ/insn-cghi.txt
deleted file mode 100644
index 481e469a19..0000000000
--- a/test/MC/Disassembler/SystemZ/insn-cghi.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-# RUN: llvm-mc --disassemble %s -triple=s390x-linux-gnu | FileCheck %s
-# CHECK: cghi %r0, -32768
-0xa7 0x0f 0x80 0x00
-
-# CHECK: cghi %r0, -1
-0xa7 0x0f 0xff 0xff
-
-# CHECK: cghi %r0, 0
-0xa7 0x0f 0x00 0x00
-
-# CHECK: cghi %r0, 1
-0xa7 0x0f 0x00 0x01
-
-# CHECK: cghi %r0, 32767
-0xa7 0x0f 0x7f 0xff
-
-# CHECK: cghi %r15, 0
-0xa7 0xff 0x00 0x00