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