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
/
sri.s
blob
9f90abf966d82aab3f0b8832cfae55ebb96abe75
1
# Blackfin testcase for BITMUX
2
# mach: bfin
3
4
.include
"testutils.inc"
5
6
start
7
8
r0
=
0
;
9
p2.
l
=
16
;
10
11
ilp
:
12
BITMUX
(
R6
,
R7
,
A0
) (
ASR
)
;
13
p2
+= -
1
;
14
cc
=
p2
==
0
;
15
if
!
cc jump ilp;
16
A0
=
A0
>>
8
;
17
R0
=
A0.w;
18
[
I1
++ ] =
R0
;
19
nop
;
20
21
pass