1/*
2 * Sparc v8 has multiply.
3 */
4
5#include <sysdep.h>
6
7ENTRY(.umul)
8
9	umul	%o0, %o1, %o0
10	retl
11	 rd	%y, %o1
12
13END(.umul)
14