repo.or.cz
/
binutils
/
dougsmingw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR ld/11384
[binutils/dougsmingw.git]
/
gas
/
testsuite
/
gas
/
mips
/
elf-consthilo.s
blob
ed7e111a3a5d94f5a21c244b6bc3621a84b784d2
1
.set noreorder
2
.set nomacro
3
.set noat
4
.set nomips16
5
6
.equ addr, 0xdeadbeef
7
.ent foo
8
foo
:
9
lui $
4
,%
hi
(
addr
)
10
jr $
31
11
lb $
2
,%
lo
(
addr
)(
$
4
)
12
.end foo