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
ld: Move the .note.build-id section to near the start of the memory map.
[binutils-gdb.git]
/
sim
/
testsuite
/
bfin
/
cc1.s
blob
d5d86d8040e8f4e6f310cde181bca254f78dbcee
1
# mach: bfin
2
3
.include
"testutils.inc"
4
start
5
6
7
R0
=
0x1234
(
X
)
;
8
CC
=
BITTST
(
R0
,
2
)
;
9
IF
!
CC JUMP s$
0
;
10
R0
+=
1
;
11
s$
0
:
12
nop
;
13
DBGA
(
R0.
L
,
0x1235
)
;
14
CC
=
BITTST
(
R0
,
1
)
;
15
IF
!
CC JUMP s$
1
;
16
R0
+=
1
;
17
s$
1
:
18
nop
;
19
DBGA
(
R0.
L
,
0x1235
)
;
20
CC
=
BITTST
(
R0
,
12
)
;
21
IF
!
CC JUMP s$
3
;
22
R0
= -
R0
;
23
s$
3
:
24
nop
;
25
DBGA
(
R0.
L
,
0xedcb
)
;
26
pass