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