summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/SystemZ/insn-sra.txt
blob: 796b9097ff2290cf1e0c4c4563afdb84885c3b8f (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: sra %r0, 0
0x8a 0x00 0x00 0x00

# CHECK: sra %r7, 0
0x8a 0x70 0x00 0x00

# CHECK: sra %r15, 0
0x8a 0xf0 0x00 0x00

# CHECK: sra %r0, 4095
0x8a 0x00 0x0f 0xff

# CHECK: sra %r0, 0(%r1)
0x8a 0x00 0x10 0x00

# CHECK: sra %r0, 0(%r15)
0x8a 0x00 0xf0 0x00

# CHECK: sra %r0, 4095(%r1)
0x8a 0x00 0x1f 0xff

# CHECK: sra %r0, 4095(%r15)
0x8a 0x00 0xff 0xff