Lines Matching refs:lowestSetBit
2214 static int lowestSetBit(unsigned int x) {
2235 int k = lowestSetBit(lit);
2304 lowestSetBit(lit));
2307 int firstBit = lowestSetBit(lit);
2308 int secondBit = lowestSetBit(lit ^ (1 << firstBit));
2314 // TODO: rsb dst, src, src lsl#lowestSetBit(lit + 1)
2316 opRegRegImm(cUnit, kOpLsl, tReg, rlSrc.lowReg, lowestSetBit(lit + 1));