[SystemZ] Rework handling of constant PC-relative operands
[oota-llvm.git] / test / MC / SystemZ / insn-ldebr-01.s
1 # RUN: llvm-mc -triple s390x-linux-gnu -show-encoding %s | FileCheck %s
2
3 #CHECK: ldebr   %f0, %f15               # encoding: [0xb3,0x04,0x00,0x0f]
4 #CHECK: ldebr   %f7, %f8                # encoding: [0xb3,0x04,0x00,0x78]
5 #CHECK: ldebr   %f15, %f0               # encoding: [0xb3,0x04,0x00,0xf0]
6
7         ldebr   %f0, %f15
8         ldebr   %f7, %f8
9         ldebr   %f15, %f0