summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/SystemZ/insn-cghrl.txt
blob: 1d2eac720a0a9b441dc48f5ae4d84ff5649bc604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# RUN: llvm-mc --disassemble %s -triple=s390x-linux-gnu | FileCheck %s
# CHECK: cghrl %r0, 0x0
0xc6 0x04 0x00 0x00 0x00 0x00

# CHECK: cghrl %r15, 0x6
0xc6 0xf4 0x00 0x00 0x00 0x00

# CHECK: cghrl %r0, 0xa
0xc6 0x04 0xff 0xff 0xff 0xff

# CHECK: cghrl %r15, 0x10
0xc6 0xf4 0xff 0xff 0xff 0xff

# CHECK: cghrl %r0, 0xffffffff00000018
0xc6 0x04 0x80 0x00 0x00 0x00

# CHECK: cghrl %r15, 0xffffffff0000001e
0xc6 0xf4 0x80 0x00 0x00 0x00

# CHECK: cghrl %r0, 0x100000022
0xc6 0x04 0x7f 0xff 0xff 0xff

# CHECK: cghrl %r15, 0x100000028
0xc6 0xf4 0x7f 0xff 0xff 0xff