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