Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp308 uint64_t loMask = WORDTYPE_MAX << whichBit(loBit); in setBitsSlowCase()
311 unsigned hiShiftAmt = whichBit(hiBit); in setBitsSlowCase()
364 unsigned loBit = whichBit(bitPosition); in insertBits()
413 unsigned loBit = whichBit(bitPosition); in insertBits()
439 unsigned loBit = whichBit(bitPosition); in extractBits()
479 unsigned loBit = whichBit(bitPosition); in extractBitsAsZExtValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h120 static unsigned whichBit(unsigned bitPosition) { in whichBit() function
131 return 1ULL << whichBit(bitPosition); in maskBit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h127 static unsigned whichBit(unsigned bitPosition) { in whichBit() function
138 return 1ULL << whichBit(bitPosition); in maskBit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1050 unsigned bitsInWord = whichBit(BitWidth); // how many bits in last word? in ashr()