Searched refs:do_mul (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/xtensa/lib/ |
H A D | umulsidi3.S | 75 #define do_mul(dst, xreg, xhalf, yreg, yhalf) \ macro 80 #define do_mul(dst, xreg, xhalf, yreg, yhalf) \ macro 93 #define do_mul(dst, xreg, xhalf, yreg, yhalf) \ macro 105 #define do_mul(dst, xreg, xhalf, yreg, yhalf) \ macro 111 #define do_mul(dst, xreg, xhalf, yreg, yhalf) \ macro 121 do_mul(a6, a2, l, a3, h) /* pp 1 */ 122 do_mul(a11, a2, h, a3, l) /* pp 2 */ 134 do_mul(a11, a2, l, a3, l) /* pp 0 */ 141 do_mul(wh, a2, h, a3, h) /* pp 3 */
|
/openbmc/linux/arch/powerpc/crypto/ |
H A D | poly1305-p10le_64.S | 363 bl do_mul # r^2 r^1 384 bl do_mul # r^4 r^3 437 SYM_FUNC_START_LOCAL(do_mul) 470 SYM_FUNC_END(do_mul)
|
/openbmc/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 1133 goto do_mul; 1137 goto do_mul; 1153 goto do_mul; 1157 goto do_mul; 1161 goto do_mul; 1165 do_mul:
|