[SystemZ] Consolidate assembler tests into 4 big tests
[oota-llvm.git] / test / MC / Disassembler / SystemZ / insn-nilf.txt
1 # RUN: llvm-mc --disassemble %s -triple=s390x-linux-gnu | FileCheck %s
2 # CHECK: nilf %r0, 0
3 0xc0 0x0b 0x00 0x00 0x00 0x00
4
5 # CHECK: nilf %r0, 4294967295
6 0xc0 0x0b 0xff 0xff 0xff 0xff
7
8 # CHECK: nilf %r15, 0
9 0xc0 0xfb 0x00 0x00 0x00 0x00