Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2292 int TestBit = -1; in emitCompareAndBranch() local
2316 TestBit = C->getValue().logBase2(); in emitCompareAndBranch()
2322 TestBit = 0; in emitCompareAndBranch()
2331 TestBit = BW - 1; in emitCompareAndBranch()
2342 TestBit = BW - 1; in emitCompareAndBranch()
2354 bool IsBitTest = TestBit != -1; in emitCompareAndBranch()
2356 if (TestBit < 32 && TestBit >= 0) in emitCompareAndBranch()
2380 MIB.addImm(TestBit); in emitCompareAndBranch()