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

# CHECK: oill %r0, 32768
0xa5 0x0b 0x80 0x00

# CHECK: oill %r0, 65535
0xa5 0x0b 0xff 0xff

# CHECK: oill %r15, 0
0xa5 0xfb 0x00 0x00