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