Fix build on Windows
[oota-llvm.git] / test / MC / SystemZ / insn-sqxbr-01.s
1 # RUN: llvm-mc -triple s390x-linux-gnu -show-encoding %s | FileCheck %s
2
3 #CHECK: sqxbr   %f0, %f0                # encoding: [0xb3,0x16,0x00,0x00]
4 #CHECK: sqxbr   %f0, %f13               # encoding: [0xb3,0x16,0x00,0x0d]
5 #CHECK: sqxbr   %f8, %f8                # encoding: [0xb3,0x16,0x00,0x88]
6 #CHECK: sqxbr   %f13, %f0               # encoding: [0xb3,0x16,0x00,0xd0]
7
8         sqxbr   %f0, %f0
9         sqxbr   %f0, %f13
10         sqxbr   %f8, %f8
11         sqxbr   %f13, %f0