Lines Matching refs:b2
117 GLfixed a2, GLfixed b2,
133 "%r"(a2), "r"(b2),
143 int64_t(a2)*b2)>>16) + c;
148 // b0, b1, b2 are signed 16-bit quanities
153 GLfixed a2, int32_t b2,
168 "r"(a2), "r"(b2),
182 accum += int64_t(a2)*int16_t(b2) >> 16;
221 int16_t b2 = xxb2 & 0xffff;
224 accum += int64_t(a2)*int16_t(b2) >> 16;
262 int16_t b2 = (b2xx >> 16) & 0xffff;
265 accum += int64_t(a2)*int16_t(b2) >> 16;
274 GLfixed a2, GLfixed b2)
289 "%r"(a2), "r"(b2)
298 int64_t(a2)*b2 + 0x8000)>>16);
305 GLfixed a2, GLfixed b2,
322 "%r"(a2), "r"(b2),
332 int64_t(a2)*b2 +