Fix build on Windows
[oota-llvm.git] / test / MC / SystemZ / insn-stc-01.s
1 # RUN: llvm-mc -triple s390x-linux-gnu -show-encoding %s | FileCheck %s
2
3 #CHECK: stc     %r0, 0                  # encoding: [0x42,0x00,0x00,0x00]
4 #CHECK: stc     %r0, 4095               # encoding: [0x42,0x00,0x0f,0xff]
5 #CHECK: stc     %r0, 0(%r1)             # encoding: [0x42,0x00,0x10,0x00]
6 #CHECK: stc     %r0, 0(%r15)            # encoding: [0x42,0x00,0xf0,0x00]
7 #CHECK: stc     %r0, 4095(%r1,%r15)     # encoding: [0x42,0x01,0xff,0xff]
8 #CHECK: stc     %r0, 4095(%r15,%r1)     # encoding: [0x42,0x0f,0x1f,0xff]
9 #CHECK: stc     %r15, 0                 # encoding: [0x42,0xf0,0x00,0x00]
10
11         stc     %r0, 0
12         stc     %r0, 4095
13         stc     %r0, 0(%r1)
14         stc     %r0, 0(%r15)
15         stc     %r0, 4095(%r1,%r15)
16         stc     %r0, 4095(%r15,%r1)
17         stc     %r15, 0