Searched refs:do_mul (Results 1 – 2 of 2) sorted by relevance
/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 */
|
/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)
|