]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/MC/SystemZ/insn-lgr-01.s
Vendor import of llvm tags/RELEASE_33/final r183502 (effectively, 3.3
[FreeBSD/FreeBSD.git] / test / MC / SystemZ / insn-lgr-01.s
1 # RUN: llvm-mc -triple s390x-linux-gnu -show-encoding %s | FileCheck %s
2
3 #CHECK: lgr     %r0, %r9                # encoding: [0xb9,0x04,0x00,0x09]
4 #CHECK: lgr     %r0, %r15               # encoding: [0xb9,0x04,0x00,0x0f]
5 #CHECK: lgr     %r15, %r0               # encoding: [0xb9,0x04,0x00,0xf0]
6 #CHECK: lgr     %r15, %r9               # encoding: [0xb9,0x04,0x00,0xf9]
7
8         lgr     %r0,%r9
9         lgr     %r0,%r15
10         lgr     %r15,%r0
11         lgr     %r15,%r9