Searched refs:tcShiftRight (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 1041 tcShiftRight(U.pVal, getNumWords(), ShiftAmt); in lshrSlowCase() 2429 tcShiftRight (dst, dstParts, shift); in tcExtract() 2700 tcShiftRight(srhs, parts, 1); in tcDivide() 2739 void APInt::tcShiftRight(WordType *Dst, unsigned Words, unsigned Count) { in tcShiftRight() function in APInt
|
D | APFloat.cpp | 499 APInt::tcShiftRight(dst, parts, bits); in shiftRight()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2414 tcShiftRight (dst, dstParts, shift); in tcExtract() 2690 tcShiftRight(srhs, parts, 1); in tcDivide() 2737 APInt::tcShiftRight(integerPart *dst, unsigned int parts, unsigned int count) in tcShiftRight() function in APInt
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1681 static void tcShiftRight(integerPart *, unsigned int parts,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1981 static void tcShiftRight(WordType *, unsigned Words, unsigned Count);
|