Searched refs:mulhwu (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/arch/ppc/kernel/ |
D | time.c | 236 usec += mulhwu(tb_to_us, tb_ticks_per_jiffy * lost_ticks + delta); in do_gettimeofday() 272 new_usec = tv->tv_usec - mulhwu(tb_to_us, tb_delta); in do_settimeofday() 416 if (mulhwu(inscale, mlt|tmp) < outscale) mlt|=tmp; in mulhwu_scale_factor()
|
/linux-2.4.37.9/include/asm-ppc/ |
D | time.h | 136 #define mulhwu(x,y) \ macro
|
/linux-2.4.37.9/arch/ppc/boot/lib/ |
D | div64.S | 44 mulhwu r9,r11,r4 # multiply the estimate by the divisor,
|
/linux-2.4.37.9/arch/ppc/lib/ |
D | div64.S | 44 mulhwu r9,r11,r4 # multiply the estimate by the divisor,
|
/linux-2.4.37.9/arch/ppc64/kernel/ |
D | time.c | 756 if (mulhwu(inscale, mlt|tmp) < outscale) mlt|=tmp;
|