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