Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp2291 int TestBit = -1; in emitCompareAndBranch() local
2315 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()