repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
doc: sframe: Clarify FDE/FRE function/range start address fields
[binutils-gdb.git]
/
sim
/
testsuite
/
bfin
/
a0.s
blob
3bc78d62fa2992583f69394bfaa5ab6dc4ca3f48
1
# mach: bfin
2
3
.include
"testutils.inc"
4
start
5
6
R0
=
1
;
7
R0
<<=
1
;
8
DBGA
(
R0.
L
,
2
)
;
9
R0
<<=
1
;
10
DBGA
(
R0.
L
,
4
)
;
11
R0
<<=
3
;
12
DBGA
(
R0.
L
,
32
)
;
13
R0
+=
5
;
14
DBGA
(
R0.
L
,
37
)
;
15
R0
+= -
7
;
16
DBGA
(
R0.
L
,
30
)
;
17
pass