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

# CHECK: slgfi %r0, 4294967295
0xc2 0x04 0xff 0xff 0xff 0xff

# CHECK: slgfi %r15, 0
0xc2 0xf4 0x00 0x00 0x00 0x00