Fix build on Windows
[oota-llvm.git] / test / MC / SystemZ / insn-xr-01.s
1 # RUN: llvm-mc -triple s390x-linux-gnu -show-encoding %s | FileCheck %s
2
3 #CHECK: xr      %r0, %r0                # encoding: [0x17,0x00]
4 #CHECK: xr      %r0, %r15               # encoding: [0x17,0x0f]
5 #CHECK: xr      %r15, %r0               # encoding: [0x17,0xf0]
6 #CHECK: xr      %r7, %r8                # encoding: [0x17,0x78]
7
8         xr      %r0,%r0
9         xr      %r0,%r15
10         xr      %r15,%r0
11         xr      %r7,%r8