summaryrefslogtreecommitdiff
path: root/sim/testsuite/bfin/lp1.s
blob: 89fa2a99dbd72a32abee71234812c22aafaec38c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# mach: bfin
.include "testutils.inc"
	start

	P0 = 10;

	LSETUP ( xxx , yyy ) LC0 = P0;
xxx:
	R1 += 1;
	CC = R1 == 3;
yyy:
	IF CC JUMP zzz;
	R3 = 7;
zzz:
	DBGA ( R1.L , 3 );
	pass