Home | History | Annotate | Download | only in mips

Lines Matching refs:IsPowerOf2

1162       if (IsPowerOf2(divisor_abs)) {
1395 if (IsPowerOf2(constant_abs)) {
1400 } else if (IsPowerOf2(constant_abs - 1)) {
1406 } else if (IsPowerOf2(constant_abs + 1)) {
5141 if (IsPowerOf2(mask)) {
5142 ASSERT(tag == 0 || IsPowerOf2(tag));