Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2272 int TestBit = -1; in emitCompareAndBranch() local
2296 TestBit = C->getValue().logBase2(); in emitCompareAndBranch()
2302 TestBit = 0; in emitCompareAndBranch()
2311 TestBit = BW - 1; in emitCompareAndBranch()
2322 TestBit = BW - 1; in emitCompareAndBranch()
2334 bool IsBitTest = TestBit != -1; in emitCompareAndBranch()
2336 if (TestBit < 32 && TestBit >= 0) in emitCompareAndBranch()
2358 MIB.addImm(TestBit); in emitCompareAndBranch()