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

#CHECK: br	%r1                     # encoding: [0x07,0xf1]
#CHECK: br	%r14                    # encoding: [0x07,0xfe]
#CHECK: br	%r15                    # encoding: [0x07,0xff]

	br	%r1
	br	%r14
	br	%r15