Searched refs:TestBit (Results 1 – 1 of 1) sorted by relevance
2292 int TestBit = -1; in emitCompareAndBranch() local2316 TestBit = C->getValue().logBase2(); in emitCompareAndBranch()2322 TestBit = 0; in emitCompareAndBranch()2331 TestBit = BW - 1; in emitCompareAndBranch()2342 TestBit = BW - 1; in emitCompareAndBranch()2354 bool IsBitTest = TestBit != -1; in emitCompareAndBranch()2356 if (TestBit < 32 && TestBit >= 0) in emitCompareAndBranch()2380 MIB.addImm(TestBit); in emitCompareAndBranch()