Fix build on Windows
[oota-llvm.git] / test / MC / SystemZ / insn-cfxbr-01.s
1 # RUN: llvm-mc -triple s390x-linux-gnu -show-encoding %s | FileCheck %s
2
3 #CHECK: cfxbr   %r0, 0, %f0             # encoding: [0xb3,0x9a,0x00,0x00]
4 #CHECK: cfxbr   %r0, 0, %f13            # encoding: [0xb3,0x9a,0x00,0x0d]
5 #CHECK: cfxbr   %r0, 15, %f0            # encoding: [0xb3,0x9a,0xf0,0x00]
6 #CHECK: cfxbr   %r4, 5, %f8             # encoding: [0xb3,0x9a,0x50,0x48]
7 #CHECK: cfxbr   %r15, 0, %f0            # encoding: [0xb3,0x9a,0x00,0xf0]
8
9         cfxbr   %r0, 0, %f0
10         cfxbr   %r0, 0, %f13
11         cfxbr   %r0, 15, %f0
12         cfxbr   %r4, 5, %f8
13         cfxbr   %r15, 0, %f0