summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/SystemZ/insn-nilh.txt
blob: bda87c3c9c808b018749e628ffc8927a0417d887 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# RUN: llvm-mc --disassemble %s -triple=s390x-linux-gnu | FileCheck %s
# CHECK: nilh %r0, 0
0xa5 0x06 0x00 0x00

# CHECK: nilh %r0, 32768
0xa5 0x06 0x80 0x00

# CHECK: nilh %r0, 65535
0xa5 0x06 0xff 0xff

# CHECK: nilh %r15, 0
0xa5 0xf6 0x00 0x00