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