Home
last modified time | relevance | path

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/
DAPInt.cpp1041 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
DAPFloat.cpp499 APInt::tcShiftRight(dst, parts, bits); in shiftRight()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2414 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/
DAPInt.h1681 static void tcShiftRight(integerPart *, unsigned int parts,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1981 static void tcShiftRight(WordType *, unsigned Words, unsigned Count);