Searched refs:TestBit (Results 1 – 1 of 1) sorted by relevance
2291 int TestBit = -1; in emitCompareAndBranch() local2315 TestBit = C->getValue().logBase2(); in emitCompareAndBranch()2321 TestBit = 0; in emitCompareAndBranch()2330 TestBit = BW - 1; in emitCompareAndBranch()2341 TestBit = BW - 1; in emitCompareAndBranch()2353 bool IsBitTest = TestBit != -1; in emitCompareAndBranch()2355 if (TestBit < 32 && TestBit >= 0) in emitCompareAndBranch()2377 MIB.addImm(TestBit); in emitCompareAndBranch()