Home | History | Annotate | Download | only in quick

Lines Matching defs:IsPowerOfTwo

1357 static bool IsPowerOfTwo(int x) {
1385 if ((lit < 2) || ((cu_->instruction_set != kThumb2) && !IsPowerOfTwo(lit))) {
1389 if ((cu_->instruction_set == kThumb2) && !IsPowerOfTwo(lit)) {
1442 } else if (IsPowerOfTwo(lit)) {
1446 } else if (IsPowerOfTwo(lit + 1)) {