summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/SystemZ/insn-iihl.txt
blob: 9e9b4559ae49a9beb9f4db985fc383a915c915ca (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: iihl %r0, 0
0xa5 0x01 0x00 0x00

# CHECK: iihl %r0, 32768
0xa5 0x01 0x80 0x00

# CHECK: iihl %r0, 65535
0xa5 0x01 0xff 0xff

# CHECK: iihl %r15, 0
0xa5 0xf1 0x00 0x00