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

# CHECK: oihf %r0, 4294967295
0xc0 0x0c 0xff 0xff 0xff 0xff

# CHECK: oihf %r15, 0
0xc0 0xfc 0x00 0x00 0x00 0x00