summaryrefslogtreecommitdiff
path: root/test/MC/SystemZ/insn-nilh-01.s
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2013-12-22 00:04:03 +0000
committerDimitry Andric <dim@FreeBSD.org>2013-12-22 00:04:03 +0000
commitf8af5cf600354830d4ccf59732403f0f073eccb9 (patch)
tree2ba0398b4c42ad4f55561327538044fd2c925a8b /test/MC/SystemZ/insn-nilh-01.s
parent59d6cff90eecf31cb3dd860c4e786674cfdd42eb (diff)
Notes
Diffstat (limited to 'test/MC/SystemZ/insn-nilh-01.s')
-rw-r--r--test/MC/SystemZ/insn-nilh-01.s11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/MC/SystemZ/insn-nilh-01.s b/test/MC/SystemZ/insn-nilh-01.s
deleted file mode 100644
index 4bc9353dd284a..0000000000000
--- a/test/MC/SystemZ/insn-nilh-01.s
+++ /dev/null
@@ -1,11 +0,0 @@
-# RUN: llvm-mc -triple s390x-linux-gnu -show-encoding %s | FileCheck %s
-
-#CHECK: nilh %r0, 0 # encoding: [0xa5,0x06,0x00,0x00]
-#CHECK: nilh %r0, 32768 # encoding: [0xa5,0x06,0x80,0x00]
-#CHECK: nilh %r0, 65535 # encoding: [0xa5,0x06,0xff,0xff]
-#CHECK: nilh %r15, 0 # encoding: [0xa5,0xf6,0x00,0x00]
-
- nilh %r0, 0
- nilh %r0, 0x8000
- nilh %r0, 0xffff
- nilh %r15, 0