Searched refs:TestBit (Results 1 – 1 of 1) sorted by relevance
2289 int TestBit = -1; in emitCompareAndBranch() local2313 TestBit = C->getValue().logBase2(); in emitCompareAndBranch()2319 TestBit = 0; in emitCompareAndBranch()2328 TestBit = BW - 1; in emitCompareAndBranch()2339 TestBit = BW - 1; in emitCompareAndBranch()2351 bool IsBitTest = TestBit != -1; in emitCompareAndBranch()2353 if (TestBit < 32 && TestBit >= 0) in emitCompareAndBranch()2375 MIB.addImm(TestBit); in emitCompareAndBranch()