Home | History | Annotate | Download | only in ia32

Lines Matching refs:overflow

1356   // Dividing by -1 is basically negation, unless we overflow.
1359 DeoptimizeIf(overflow, instr->environment());
1364 // If the negation could not overflow, simply shifting is OK.
1498 // If we know that the multiplication can't overflow, it's safe to
1499 // use instructions that don't set the overflow flag for the
1538 DeoptimizeIf(overflow, instr->environment());
1676 DeoptimizeIf(overflow, instr->environment());
1702 DeoptimizeIf(overflow, instr->environment());
1918 DeoptimizeIf(overflow, instr->environment());
3608 // Overflow is signalled with minint.
3610 DeoptimizeIf(overflow, instr->environment());
3633 // Overflow is signalled with minint.
3635 DeoptimizeIf(overflow, instr->environment());
3646 DeoptimizeIf(overflow, instr->environment());
3672 // Overflow is signalled with minint.
3674 __ RecordComment("D2I conversion overflow");
3675 DeoptimizeIf(overflow, instr->environment());
3688 // Catch minint due to overflow, and to prevent overflow when compensating.
3690 __ RecordComment("D2I conversion overflow");
3691 DeoptimizeIf(overflow, instr->environment());
3697 // No overflow because we already ruled out minint.
4457 __ j(overflow, deferred->entry());
4499 // There was overflow, so bits 30 and 31 of the original integer
4605 DeoptimizeIf(overflow, instr->environment());
4841 DeoptimizeIf(overflow, instr->environment());
5471 // Perform stack overflow check.
5486 // Perform stack overflow check if this goto needs it before jumping.