summaryrefslogtreecommitdiff
path: root/test/MC/SystemZ/insn-nilh-01.s
diff options
context:
space:
mode:
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 4bc9353dd2..0000000000
--- 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