summaryrefslogtreecommitdiff
path: root/sim/testsuite/sim/m32r/bl24.cgs
blob: fd6f0dd69d5f36a250ec2dae29664446232b2d33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# m32r testcase for bl $disp24
# mach(): m32r m32rx

	.include "testutils.inc"

	start

	.global bl24
bl24:
	bl.l test0pass
test1fail:
	fail

test0pass:
	mvaddr_h_gr r4, test1fail
	bne  r4, r14, test1fail

	pass