Searched refs:mulhwu (Results 1 – 7 of 7) sorted by relevance
/arch/powerpc/kernel/vdso32/ |
D | gettimeofday.S | 267 mulhwu r4,r4,r5 271 mulhwu r3,r0,r5 295 mulhwu r4,r4,r7 /* convert to micro or nanoseconds */
|
/arch/powerpc/include/asm/ |
D | time.h | 189 #define mulhwu(x,y) \ macro
|
/arch/powerpc/lib/ |
D | div64.S | 45 mulhwu r9,r11,r4 # multiply the estimate by the divisor,
|
/arch/powerpc/kernel/vdso64/ |
D | gettimeofday.S | 238 mulhwu r5,r6,r7 /* compute micro or nanoseconds and */
|
/arch/powerpc/kernel/ |
D | misc_32.S | 87 mulhwu r4,r4,r5 89 mulhwu r0,r10,r6 96 mulhwu r3,r3,r5 99 mulhwu r8,r10,r6
|
D | time.c | 123 #define SCALE_XSEC(xsec, max) mulhwu((xsec) << 12, max)
|
/arch/powerpc/boot/ |
D | div64.S | 45 mulhwu r9,r11,r4 # multiply the estimate by the divisor,
|