Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPInt.h116 static unsigned whichBit(unsigned bitPosition) { in whichBit() function
127 return 1ULL << whichBit(bitPosition); in maskBit()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h112 static unsigned whichBit(unsigned bitPosition) { in whichBit() function
122 return 1ULL << whichBit(bitPosition); in maskBit()
/external/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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h127 static unsigned whichBit(unsigned bitPosition) { in whichBit() function
138 return 1ULL << whichBit(bitPosition); in maskBit()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp307 uint64_t loMask = WORD_MAX << whichBit(loBit); in setBitsSlowCase()
310 unsigned hiShiftAmt = whichBit(hiBit); in setBitsSlowCase()
363 unsigned loBit = whichBit(bitPosition); in insertBits()
411 unsigned loBit = whichBit(bitPosition); in extractBits()
/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c2125 short whichBit; in Qd_ColorBit() local
2130 &whichBit)) in Qd_ColorBit()
2132 ColorBit(whichBit); in Qd_ColorBit()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp1155 unsigned bitsInWord = whichBit(BitWidth); // how many bits in last word? in ashr()
/external/llvm/lib/Support/
DAPInt.cpp1091 unsigned bitsInWord = whichBit(BitWidth); // how many bits in last word? in ashr()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1065 unsigned bitsInWord = whichBit(BitWidth); // how many bits in last word? in ashr()