Lines Matching full:overflow
39 Overflow flag: ovfl_flag
54 Overflow flag: ovfl_flag
129 subl %ecx,%edx /* Prevent the overflow */
198 cmpl SIGH(%ebx),%edx /* Test for imminent overflow */
206 /* The dividend is greater or equal, would cause overflow */
210 sbbl SIGH(%ebx),%edx /* Prevent the overflow */
273 /* need to check for possible subsequent overflow */
282 /* The numerator is greater or equal, would cause overflow */
283 /* prevent overflow */
363 /* need to check for possible subsequent overflow */
372 /* prevent overflow */
383 /* This is a tricky spot, there is an overflow of the answer */
384 movb $255,FPU_ovfl_flag /* Overflow -> 1.000 */