Home
last modified time | relevance | path

Searched refs:mulhwu (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dtime.h86 #define mulhwu(x,y) \ macro
/linux/arch/powerpc/lib/
H A Ddiv64.S41 mulhwu r9,r11,r4 # multiply the estimate by the divisor,
/linux/arch/powerpc/boot/
H A Ddiv64.S41 mulhwu r9,r11,r4 # multiply the estimate by the divisor,
/linux/arch/powerpc/kernel/
H A Dtime.c126 #define SCALE_XSEC(xsec, max) mulhwu((xsec) << 12, max)