Home | History | Annotate | Download | only in arm

Lines Matching refs:WhichPowerOf2

1198             int32_t shift = WhichPowerOf2(constant_abs);
1201 int32_t shift = WhichPowerOf2(constant_abs - 1);
1204 int32_t shift = WhichPowerOf2(constant_abs + 1);