Searched refs:mulhwu (Results 1 – 7 of 7) sorted by relevance
/arch/powerpc/kernel/vdso32/ |
D | gettimeofday.S | 261 mulhwu r4,r4,r5 265 mulhwu r3,r0,r5 289 mulhwu r4,r4,r7 /* convert to micro or nanoseconds */
|
/arch/powerpc/include/asm/ |
D | time.h | 177 #define mulhwu(x,y) \ macro
|
/arch/powerpc/lib/ |
D | div64.S | 41 mulhwu r9,r11,r4 # multiply the estimate by the divisor,
|
/arch/powerpc/kernel/ |
D | misc_32.S | 82 mulhwu r4,r4,r5 84 mulhwu r0,r10,r6 90 mulhwu r10,r3,r5 93 mulhwu r8,r3,r6
|
D | time.c | 125 #define SCALE_XSEC(xsec, max) mulhwu((xsec) << 12, max)
|
/arch/powerpc/boot/ |
D | div64.S | 41 mulhwu r9,r11,r4 # multiply the estimate by the divisor,
|
/arch/powerpc/kernel/vdso64/ |
D | gettimeofday.S | 283 mulhwu r5,r6,r7 /* compute micro or nanoseconds and */
|