Searched refs:mulhwu (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/arch/powerpc/kernel/ |
D | misc_32.S | 37 mulhwu r4,r4,r5 39 mulhwu r0,r10,r6 45 mulhwu r10,r3,r5 48 mulhwu r8,r3,r6
|
D | time.c | 126 #define SCALE_XSEC(xsec, max) mulhwu((xsec) << 12, max)
|
/linux-6.1.9/arch/powerpc/include/asm/ |
D | time.h | 87 #define mulhwu(x,y) \ macro
|
/linux-6.1.9/arch/powerpc/lib/ |
D | div64.S | 41 mulhwu r9,r11,r4 # multiply the estimate by the divisor,
|
/linux-6.1.9/arch/powerpc/boot/ |
D | div64.S | 41 mulhwu r9,r11,r4 # multiply the estimate by the divisor,
|