Searched refs:mulhwu (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dtime.h116 /* Use mulhwu to scale processor timebase to timeval */
117 #define mulhwu(x,y) \ macro
118 ({unsigned z; asm ("mulhwu %0,%1,%2" : "=r" (z) : "r" (x), "r" (y)); z;})
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dtime.h116 /* Use mulhwu to scale processor timebase to timeval */
117 #define mulhwu(x,y) \ macro
118 ({unsigned z; asm ("mulhwu %0,%1,%2" : "=r" (z) : "r" (x), "r" (y)); z;})
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/kernel/
H A Dtime.c241 usec += mulhwu(tb_to_us, tb_ticks_per_jiffy * lost_ticks + delta);
277 new_usec = tv->tv_usec - mulhwu(tb_to_us, tb_delta);
422 if (mulhwu(inscale, mlt|tmp) < outscale) mlt|=tmp;

Completed in 158 milliseconds