Searched refs:TestBit (Results 1 – 1 of 1) sorted by relevance
2290 int TestBit = -1; in emitCompareAndBranch() local2314 TestBit = C->getValue().logBase2(); in emitCompareAndBranch()2320 TestBit = 0; in emitCompareAndBranch()2329 TestBit = BW - 1; in emitCompareAndBranch()2340 TestBit = BW - 1; in emitCompareAndBranch()2352 bool IsBitTest = TestBit != -1; in emitCompareAndBranch()2354 if (TestBit < 32 && TestBit >= 0) in emitCompareAndBranch()2376 MIB.addImm(TestBit); in emitCompareAndBranch()