Home | History | Annotate | Download | only in arm

Lines Matching full:divisor

3603                                    int32_t divisor) {
3608 base::SignedDivisionByConstant(bit_cast<uint32_t>(divisor));
3611 if (divisor > 0 && neg) {
3615 if (divisor < 0 && !neg && mag.multiplier > 0) {