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

# CHECK: slfi %r0, 4294967295
0xc2 0x05 0xff 0xff 0xff 0xff

# CHECK: slfi %r15, 0
0xc2 0xf5 0x00 0x00 0x00 0x00