Home | History | Annotate | Download | only in mips

Lines Matching refs:WhichPowerOf2

996             int32_t shift = WhichPowerOf2(constant_abs);
999 int32_t shift = WhichPowerOf2(constant_abs - 1);
1003 int32_t shift = WhichPowerOf2(constant_abs + 1);