[SystemZ] Consolidate assembler tests into 4 big tests
[oota-llvm.git] / test / MC / Disassembler / SystemZ / insn-cegbr.txt
1 # RUN: llvm-mc --disassemble %s -triple=s390x-linux-gnu | FileCheck %s
2 # CHECK: cegbr %f0, %r0
3 0xb3 0xa4 0x00 0x00
4
5 # CHECK: cegbr %f0, %r15
6 0xb3 0xa4 0x00 0x0f
7
8 # CHECK: cegbr %f15, %r0
9 0xb3 0xa4 0x00 0xf0
10
11 # CHECK: cegbr %f7, %r8
12 0xb3 0xa4 0x00 0x78
13
14 # CHECK: cegbr %f15, %r15
15 0xb3 0xa4 0x00 0xff