chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / sysdeps / sparc / sparc32 / sparcv8 / umul.S
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)