repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
setipv4sourcefilter: Avoid using alloca.
[glibc.git]
/
sysdeps
/
sparc
/
sparc32
/
umul.S
blob
cec454a7dd0f42500867b08764e37e839cfb9e46
1
/*
2
* Sparc v8 has multiply.
3
*/
4
5
#include <sysdep.h>
6
7
ENTRY(.umul)
8
9
umul %o0, %o1, %o0
10
retl
11
rd %y, %o1
12
13
END(.umul)