[SystemZ] Rework handling of constant PC-relative operands
[oota-llvm.git] / test / MC / SystemZ / insn-ogr-01.s
1 # RUN: llvm-mc -triple s390x-linux-gnu -show-encoding %s | FileCheck %s
2
3 #CHECK: ogr     %r0, %r0                # encoding: [0xb9,0x81,0x00,0x00]
4 #CHECK: ogr     %r0, %r15               # encoding: [0xb9,0x81,0x00,0x0f]
5 #CHECK: ogr     %r15, %r0               # encoding: [0xb9,0x81,0x00,0xf0]
6 #CHECK: ogr     %r7, %r8                # encoding: [0xb9,0x81,0x00,0x78]
7
8         ogr     %r0,%r0
9         ogr     %r0,%r15
10         ogr     %r15,%r0
11         ogr     %r7,%r8