[SystemZ] Consolidate assembler tests into 4 big tests
[oota-llvm.git] / test / MC / Disassembler / SystemZ / insn-iihh.txt
1 # RUN: llvm-mc --disassemble %s -triple=s390x-linux-gnu | FileCheck %s
2 # CHECK: iihh %r0, 0
3 0xa5 0x00 0x00 0x00
4
5 # CHECK: iihh %r0, 32768
6 0xa5 0x00 0x80 0x00
7
8 # CHECK: iihh %r0, 65535
9 0xa5 0x00 0xff 0xff
10
11 # CHECK: iihh %r15, 0
12 0xa5 0xf0 0x00 0x00