HomeSort by: relevance | last modified time | path
    Searched defs:umul (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libarch/sparc/v8/
sparc_v8.S 11 * unsigned .umul(unsigned a, unsigned b)
14 * multiplication. When .umul returns, the caller's register %o0
21 .global .umul
22 .type .umul,@function
23 .umul: label
24 umul %o0, %o1, %o0
28 .size .umul,.LLfe1-.umul
sparc_v8.S 11 * unsigned .umul(unsigned a, unsigned b)
14 * multiplication. When .umul returns, the caller's register %o0
21 .global .umul
22 .type .umul,@function
23 .umul: label
24 umul %o0, %o1, %o0
28 .size .umul,.LLfe1-.umul

Completed in 50 milliseconds