Lines Matching refs:q0
87 / uint32_t q0, q1;
99 / /* calculate q0 and remainder */
100 / A_DIV32(LO(x), div_hi, LO(y), q0, div_rem);
106 / return (HILO(q1, q0));
124 / uint32_t q0;
140 / q0 = 1;
144 / q0 = 0;
151 / return (q0);
172 / /* estimate q0, and reduce x to a two uint32_t value */
173 / A_DIV32(x1, x2, y1, q0, x1);
175 / /* adjust q0 down if too high */
180 / A_MUL32(y0, q0, t0, t1);
182 / q0--;
191 / return (q0);
213 movl 40(%esp), %eax / x, q0
217 xorl %edx, %edx / q0
218 addl %eax, %esi / q0, <result>
220 adcl %edx, %edi / q0, <result>
269 xorl %ebp, %ebp / q0
273 movl $1, %ebp /, q0
286 movl %ebp, %esi / q0, <result>
377 / uint32_t q0, q1;
389 / /* calculate q0 and remainder */
390 / A_DIV32(LO(x), div_hi, LO(y), q0, div_rem);
393 / return (HILO(q1, q0));
408 / uint32_t q0;
424 / q0 = 1;
428 / q0 = 0;
432 / return (q0);
453 / /* estimate q0, and reduce x to a two uint32_t value */
454 / A_DIV32(x1, x2, y1, q0, x1);
456 / /* adjust q0 down if too high */
461 / A_MUL32(y0, q0, t0, t1);
463 / q0--;
466 / return (q0);
493 movl 32(%esp), %eax / x, q0
494 xorl %ecx, %ecx / q0
496 addl %eax, %esi / q0, <result>
497 adcl %ecx, %edi / q0, <result>
525 xorl %eax, %eax / q0
529 movl $1, %eax /, q0
531 movl %eax, %esi / q0, <result>
577 movl %eax, %ecx /, q0
579 mull %ecx / q0
586 movl %ecx, %esi / q0, <result>
594 decl %ecx / q0
595 movl %ecx, %esi / q0, <result>