Searched refs:TestBit (Results 1 – 1 of 1) sorted by relevance
2272 int TestBit = -1; in emitCompareAndBranch() local2296 TestBit = C->getValue().logBase2(); in emitCompareAndBranch()2302 TestBit = 0; in emitCompareAndBranch()2311 TestBit = BW - 1; in emitCompareAndBranch()2322 TestBit = BW - 1; in emitCompareAndBranch()2334 bool IsBitTest = TestBit != -1; in emitCompareAndBranch()2336 if (TestBit < 32 && TestBit >= 0) in emitCompareAndBranch()2358 MIB.addImm(TestBit); in emitCompareAndBranch()