Searched refs:TestBit (Results 1 – 1 of 1) sorted by relevance
2136 int TestBit = -1; in emitCompareAndBranch() local2160 TestBit = C->getValue().logBase2(); in emitCompareAndBranch()2166 TestBit = 0; in emitCompareAndBranch()2175 TestBit = BW - 1; in emitCompareAndBranch()2186 TestBit = BW - 1; in emitCompareAndBranch()2198 bool IsBitTest = TestBit != -1; in emitCompareAndBranch()2200 if (TestBit < 32 && TestBit >= 0) in emitCompareAndBranch()2224 MIB.addImm(TestBit); in emitCompareAndBranch()