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

# CHECK: clfi %r0, 4294967295
0xc2 0x0f 0xff 0xff 0xff 0xff

# CHECK: clfi %r15, 0
0xc2 0xff 0x00 0x00 0x00 0x00