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

# CHECK: clgfi %r0, 4294967295
0xc2 0x0e 0xff 0xff 0xff 0xff

# CHECK: clgfi %r15, 0
0xc2 0xfe 0x00 0x00 0x00 0x00