summaryrefslogtreecommitdiff
path: root/test/MC/Disassembler/SystemZ/insn-maebr.txt
blob: 614c9ac26e724a4978a880286aeaaafa36452267 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# RUN: llvm-mc --disassemble %s -triple=s390x-linux-gnu | FileCheck %s
# CHECK: maebr %f0, %f0, %f0
0xb3 0x0e 0x00 0x00

# CHECK: maebr %f0, %f0, %f15
0xb3 0x0e 0x00 0x0f

# CHECK: maebr %f0, %f15, %f0
0xb3 0x0e 0x00 0xf0

# CHECK: maebr %f15, %f0, %f0
0xb3 0x0e 0xf0 0x00

# CHECK: maebr %f7, %f8, %f9
0xb3 0x0e 0x70 0x89

# CHECK: maebr %f15, %f15, %f15
0xb3 0x0e 0xf0 0xff