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
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-or1k
/
offsets1.s
blob
94cb06887dec2cf338f840c51d66cea2ae9270d0
1
.data
2
.p2align 16
3
x
:
.skip 10000
4
5
.text
6
.globl _start
7
_start
:
8
9
.set i, 0
10
.rept 100
11
l.movhi
r3
,
ha
(
x+i
)
12
l.sw lo
(
x+i
)(
r3
),
r0
13
.set i, i+1000
14
.endr