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