Searched defs:loBit (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 611 static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) { in getBitsSet() 622 static APInt getBitsSetWithWrap(unsigned numBits, unsigned loBit, in getBitsSetWithWrap() 640 static APInt getBitsSetFrom(unsigned numBits, unsigned loBit) { in getBitsSetFrom() 1453 void setBitsWithWrap(unsigned loBit, unsigned hiBit) { in setBitsWithWrap() 1466 void setBits(unsigned loBit, unsigned hiBit) { in setBits() 1485 void setBitsFrom(unsigned loBit) { in setBitsFrom()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 303 void APInt::setBitsSlowCase(unsigned loBit, unsigned hiBit) { in setBitsSlowCase() 364 unsigned loBit = whichBit(bitPosition); in insertBits() local 413 unsigned loBit = whichBit(bitPosition); in insertBits() local 439 unsigned loBit = whichBit(bitPosition); in extractBits() local 479 unsigned loBit = whichBit(bitPosition); in extractBitsAsZExtValue() local
|
/external/llvm-project/llvm/lib/Support/ |
D | APInt.cpp | 303 void APInt::setBitsSlowCase(unsigned loBit, unsigned hiBit) { in setBitsSlowCase() 363 unsigned loBit = whichBit(bitPosition); in insertBits() local 408 unsigned loBit = whichBit(bitPosition); in insertBits() local 434 unsigned loBit = whichBit(bitPosition); in extractBits() local 474 unsigned loBit = whichBit(bitPosition); in extractBitsAsZExtValue() local
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeEmitterGen.cpp | 220 unsigned loBit = beginVarBit - N + 1; in AddCodeToMergeInOperand() local
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 499 static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) { in getBitsSet()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 503 static APInt getBitsSet(unsigned numBits, unsigned loBit, unsigned hiBit) { in getBitsSet()
|