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

# CHECK: oihh %r0, 32768
0xa5 0x08 0x80 0x00

# CHECK: oihh %r0, 65535
0xa5 0x08 0xff 0xff

# CHECK: oihh %r15, 0
0xa5 0xf8 0x00 0x00