Sign in
gnu
/
binutils-gdb
/
9cd609f8641849d4bbf25f90d5fde58228aeb866
/
.
/
sim
/
testsuite
/
bfin
/
lp1.s
blob: 89fa2a99dbd72a32abee71234812c22aafaec38c [
file
] [
log
] [
blame
]
# 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