summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/SystemZ/insn-clgrl.txt
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-05-15 11:00:31 +0000
committerRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-05-15 11:00:31 +0000
commit363ce4085f6e414d99ba4faeeba965be83856a8c (patch)
treef957548a60a0841dbbdfbe0fb88992aecde6e0db /test/MC/Disassembler/SystemZ/insn-clgrl.txt
parent8580e79fba028e6d6085033617c0c566034cad54 (diff)
downloadllvm-363ce4085f6e414d99ba4faeeba965be83856a8c.tar.gz
llvm-363ce4085f6e414d99ba4faeeba965be83856a8c.tar.bz2
llvm-363ce4085f6e414d99ba4faeeba965be83856a8c.tar.xz
[SystemZ] Consolidate disassembler tests for valid input into 2 big tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181879 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/Disassembler/SystemZ/insn-clgrl.txt')
-rw-r--r--test/MC/Disassembler/SystemZ/insn-clgrl.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/test/MC/Disassembler/SystemZ/insn-clgrl.txt b/test/MC/Disassembler/SystemZ/insn-clgrl.txt
deleted file mode 100644
index cad4c7849d..0000000000
--- a/test/MC/Disassembler/SystemZ/insn-clgrl.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-# RUN: llvm-mc --disassemble %s -triple=s390x-linux-gnu | FileCheck %s
-# CHECK: clgrl %r0, 0x0
-0xc6 0x0a 0x00 0x00 0x00 0x00
-
-# CHECK: clgrl %r15, 0x6
-0xc6 0xfa 0x00 0x00 0x00 0x00
-
-# CHECK: clgrl %r0, 0xa
-0xc6 0x0a 0xff 0xff 0xff 0xff
-
-# CHECK: clgrl %r15, 0x10
-0xc6 0xfa 0xff 0xff 0xff 0xff
-
-# CHECK: clgrl %r0, 0xffffffff00000018
-0xc6 0x0a 0x80 0x00 0x00 0x00
-
-# CHECK: clgrl %r15, 0xffffffff0000001e
-0xc6 0xfa 0x80 0x00 0x00 0x00
-
-# CHECK: clgrl %r0, 0x100000022
-0xc6 0x0a 0x7f 0xff 0xff 0xff
-
-# CHECK: clgrl %r15, 0x100000028
-0xc6 0xfa 0x7f 0xff 0xff 0xff