summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/SystemZ/insn-chsi.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/Disassembler/SystemZ/insn-chsi.txt')
-rw-r--r--test/MC/Disassembler/SystemZ/insn-chsi.txt33
1 files changed, 0 insertions, 33 deletions
diff --git a/test/MC/Disassembler/SystemZ/insn-chsi.txt b/test/MC/Disassembler/SystemZ/insn-chsi.txt
deleted file mode 100644
index 09f658dc6d..0000000000
--- a/test/MC/Disassembler/SystemZ/insn-chsi.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-# RUN: llvm-mc --disassemble %s -triple=s390x-linux-gnu | FileCheck %s
-# CHECK: chsi 0, 0
-0xe5 0x5c 0x00 0x00 0x00 0x00
-
-# CHECK: chsi 4095, 0
-0xe5 0x5c 0x0f 0xff 0x00 0x00
-
-# CHECK: chsi 0, -32768
-0xe5 0x5c 0x00 0x00 0x80 0x00
-
-# CHECK: chsi 0, -1
-0xe5 0x5c 0x00 0x00 0xff 0xff
-
-# CHECK: chsi 0, 0
-0xe5 0x5c 0x00 0x00 0x00 0x00
-
-# CHECK: chsi 0, 1
-0xe5 0x5c 0x00 0x00 0x00 0x01
-
-# CHECK: chsi 0, 32767
-0xe5 0x5c 0x00 0x00 0x7f 0xff
-
-# CHECK: chsi 0(%r1), 42
-0xe5 0x5c 0x10 0x00 0x00 0x2a
-
-# CHECK: chsi 0(%r15), 42
-0xe5 0x5c 0xf0 0x00 0x00 0x2a
-
-# CHECK: chsi 4095(%r1), 42
-0xe5 0x5c 0x1f 0xff 0x00 0x2a
-
-# CHECK: chsi 4095(%r15), 42
-0xe5 0x5c 0xff 0xff 0x00 0x2a