Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/
H A Dmisc_32.S37 mulhwu r4,r4,r5
39 mulhwu r0,r10,r6
45 mulhwu r10,r3,r5
48 mulhwu r8,r3,r6
H A Dtime.c126 #define SCALE_XSEC(xsec, max) mulhwu((xsec) << 12, max)
/openbmc/linux/arch/powerpc/include/asm/
H A Dtime.h87 #define mulhwu(x,y) \ macro
/openbmc/linux/arch/powerpc/lib/
H A Ddiv64.S41 mulhwu r9,r11,r4 # multiply the estimate by the divisor,
/openbmc/linux/arch/powerpc/boot/
H A Ddiv64.S41 mulhwu r9,r11,r4 # multiply the estimate by the divisor,
/openbmc/u-boot/doc/
H A DREADME.POST452 subfc, subfe, subme, subze, mullw, mulhw, mulhwu, divw, divwu,
/openbmc/qemu/target/ppc/
H A Dtranslate.c6492 GEN_HANDLER(mulhwu, 0x1F, 0x0B, 0x00, 0x00000400, PPC_INTEGER),