summaryrefslogtreecommitdiff
path: root/test/MC/SystemZ/insn-basr-01.s
blob: a66cee8f6352bad721ceaf0c367356c6e1f60246 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# RUN: llvm-mc -triple s390x-linux-gnu -show-encoding %s | FileCheck %s

#CHECK: basr	%r0, %r1                # encoding: [0x0d,0x01]
#CHECK: basr	%r0, %r15               # encoding: [0x0d,0x0f]
#CHECK: basr	%r14, %r9               # encoding: [0x0d,0xe9]
#CHECK: basr	%r15, %r1               # encoding: [0x0d,0xf1]

	basr	%r0,%r1
	basr	%r0,%r15
	basr	%r14,%r9
	basr	%r15,%r1