summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/SystemZ/insn-niy.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/Disassembler/SystemZ/insn-niy.txt')
-rw-r--r--test/MC/Disassembler/SystemZ/insn-niy.txt30
1 files changed, 0 insertions, 30 deletions
diff --git a/test/MC/Disassembler/SystemZ/insn-niy.txt b/test/MC/Disassembler/SystemZ/insn-niy.txt
deleted file mode 100644
index 96767b45e4..0000000000
--- a/test/MC/Disassembler/SystemZ/insn-niy.txt
+++ /dev/null
@@ -1,30 +0,0 @@
-# RUN: llvm-mc --disassemble %s -triple=s390x-linux-gnu | FileCheck %s
-# CHECK: niy -524288, 0
-0xeb 0x00 0x00 0x00 0x80 0x54
-
-# CHECK: niy -1, 0
-0xeb 0x00 0x0f 0xff 0xff 0x54
-
-# CHECK: niy 0, 0
-0xeb 0x00 0x00 0x00 0x00 0x54
-
-# CHECK: niy 1, 0
-0xeb 0x00 0x00 0x01 0x00 0x54
-
-# CHECK: niy 524287, 0
-0xeb 0x00 0x0f 0xff 0x7f 0x54
-
-# CHECK: niy 0, 255
-0xeb 0xff 0x00 0x00 0x00 0x54
-
-# CHECK: niy 0(%r1), 42
-0xeb 0x2a 0x10 0x00 0x00 0x54
-
-# CHECK: niy 0(%r15), 42
-0xeb 0x2a 0xf0 0x00 0x00 0x54
-
-# CHECK: niy 524287(%r1), 42
-0xeb 0x2a 0x1f 0xff 0x7f 0x54
-
-# CHECK: niy 524287(%r15), 42
-0xeb 0x2a 0xff 0xff 0x7f 0x54