Lines Matching defs:do_mul
75 #define do_mul(dst, xreg, xhalf, yreg, yhalf) \
80 #define do_mul(dst, xreg, xhalf, yreg, yhalf) \
86 a period in the definition of do_mul below. These macros are a workaround
93 #define do_mul(dst, xreg, xhalf, yreg, yhalf) \
105 #define do_mul(dst, xreg, xhalf, yreg, yhalf) \
111 #define do_mul(dst, xreg, xhalf, yreg, yhalf) \
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 */