Lines Matching refs:b2
141 GLfixed a2, GLfixed b2,
157 "%r"(a2), "r"(b2),
170 "madd %[a2],%[b2] \r\n"
178 : [a0] "r" (a0),[b0] "r" (b0),[a1] "r" (a1),[b1] "r" (b1),[a2] "r" (a2),[b2] "r" (b2),[c] "r" (c)
187 int64_t(a2)*b2)>>16) + c;
192 // b0, b1, b2 are signed 16-bit quanities
197 GLfixed a2, int32_t b2,
212 "r"(a2), "r"(b2),
226 accum += int64_t(a2)*int16_t(b2) >> 16;
265 int16_t b2 = xxb2 & 0xffff;
268 accum += int64_t(a2)*int16_t(b2) >> 16;
306 int16_t b2 = (b2xx >> 16) & 0xffff;
309 accum += int64_t(a2)*int16_t(b2) >> 16;
318 GLfixed a2, GLfixed b2)
333 "%r"(a2), "r"(b2)
342 int64_t(a2)*b2 + 0x8000)>>16);
349 GLfixed a2, GLfixed b2,
366 "%r"(a2), "r"(b2),
376 int64_t(a2)*b2 +