summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/SystemZ/insn-llihh.txt
blob: 610ce8f67f97c65e67b12bcd7703a74ba2c04ce6 (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: llihh %r0, 0
0xa5 0x0c 0x00 0x00

# CHECK: llihh %r0, 32768
0xa5 0x0c 0x80 0x00

# CHECK: llihh %r0, 65535
0xa5 0x0c 0xff 0xff

# CHECK: llihh %r15, 0
0xa5 0xfc 0x00 0x00