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

# CHECK: alfi %r0, 4294967295
0xc2 0x0b 0xff 0xff 0xff 0xff

# CHECK: alfi %r15, 0
0xc2 0xfb 0x00 0x00 0x00 0x00