aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/bfin/lp0.s
blob: dd7bc30b48279b9e6eb75dc20c0958416ddf4c64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Assert that loops can have coincidental loop ends.
# mach: bfin

.include "testutils.inc"
	start


	P0 = 3;
	R1 = 0;
	LSETUP ( out0 , out1 ) LC0 = P0;
out0:
	LSETUP ( out1 , out1 ) LC1 = P0;
out1:
	R1 += 1;

	DBGA ( R1.L , 9 );
	pass