[SystemZ] Consolidate assembler tests into 4 big tests
[oota-llvm.git] / test / MC / Disassembler / SystemZ / insn-stgrl.txt
1 # RUN: llvm-mc --disassemble %s -triple=s390x-linux-gnu | FileCheck %s
2 # CHECK: stgrl %r0, 0x0
3 0xc4 0x0b 0x00 0x00 0x00 0x00
4
5 # CHECK: stgrl %r15, 0x6
6 0xc4 0xfb 0x00 0x00 0x00 0x00
7
8 # CHECK: stgrl %r0, 0xa
9 0xc4 0x0b 0xff 0xff 0xff 0xff
10
11 # CHECK: stgrl %r15, 0x10
12 0xc4 0xfb 0xff 0xff 0xff 0xff
13
14 # CHECK: stgrl %r0, 0xffffffff00000018
15 0xc4 0x0b 0x80 0x00 0x00 0x00
16
17 # CHECK: stgrl %r15, 0xffffffff0000001e
18 0xc4 0xfb 0x80 0x00 0x00 0x00
19
20 # CHECK: stgrl %r0, 0x100000022
21 0xc4 0x0b 0x7f 0xff 0xff 0xff
22
23 # CHECK: stgrl %r15, 0x100000028
24 0xc4 0xfb 0x7f 0xff 0xff 0xff