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

# CHECK: algfi %r0, 4294967295
0xc2 0x0a 0xff 0xff 0xff 0xff

# CHECK: algfi %r15, 0
0xc2 0xfa 0x00 0x00 0x00 0x00