Searched refs:mulhwu (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso32/ |
D | gettimeofday.S | 308 mulhwu r4,r4,r5 312 mulhwu r3,r0,r5 336 mulhwu r4,r4,r7 /* convert to micro or nanoseconds */
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
D | misc_32.S | 76 mulhwu r4,r4,r5 78 mulhwu r0,r10,r6 84 mulhwu r10,r3,r5 87 mulhwu r8,r3,r6
|
D | time.c | 117 #define SCALE_XSEC(xsec, max) mulhwu((xsec) << 12, max)
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
D | time.h | 113 #define mulhwu(x,y) \ macro
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
D | div64.S | 41 mulhwu r9,r11,r4 # multiply the estimate by the divisor,
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
D | div64.S | 41 mulhwu r9,r11,r4 # multiply the estimate by the divisor,
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso64/ |
D | gettimeofday.S | 284 mulhwu r5,r6,r7 /* compute micro or nanoseconds and */
|