Searched refs:mulhwu (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/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 */
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | time.h | 183 #define mulhwu(x,y) \ macro
|
/Linux-v4.19/arch/powerpc/lib/ |
D | div64.S | 45 mulhwu r9,r11,r4 # multiply the estimate by the divisor,
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | misc_32.S | 89 mulhwu r4,r4,r5 91 mulhwu r0,r10,r6 97 mulhwu r10,r3,r5 100 mulhwu r8,r3,r6
|
D | time.c | 130 #define SCALE_XSEC(xsec, max) mulhwu((xsec) << 12, max)
|
/Linux-v4.19/arch/powerpc/boot/ |
D | div64.S | 45 mulhwu r9,r11,r4 # multiply the estimate by the divisor,
|
/Linux-v4.19/arch/powerpc/kernel/vdso64/ |
D | gettimeofday.S | 283 mulhwu r5,r6,r7 /* compute micro or nanoseconds and */
|