Home
last modified time | relevance | path

Searched refs:TestBit (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp2136 int TestBit = -1; in emitCompareAndBranch() local
2160 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()