Home
last modified time | relevance | path

Searched refs:tcShiftRight (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp968 tcShiftRight(U.pVal, getNumWords(), ShiftAmt); in lshrSlowCase()
2275 tcShiftRight (dst, dstParts, shift); in tcExtract()
2546 tcShiftRight(srhs, parts, 1); in tcDivide()
2585 void APInt::tcShiftRight(WordType *Dst, unsigned Words, unsigned Count) { in tcShiftRight() function in APInt
DAPFloat.cpp447 APInt::tcShiftRight(dst, parts, bits); in shiftRight()
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp2523 tcShiftRight (dst, dstParts, shift); in tcExtract()
2799 tcShiftRight(srhs, parts, 1); in tcDivide()
2844 APInt::tcShiftRight(integerPart *dst, unsigned int parts, unsigned int count) in tcShiftRight() function in APInt
DAPFloat.cpp380 APInt::tcShiftRight(dst, parts, bits); in shiftRight()
1922 APInt::tcShiftRight(significandParts(), newPartCount, ushift); in convert()
/external/llvm/lib/Support/
DAPInt.cpp2455 tcShiftRight (dst, dstParts, shift); in tcExtract()
2731 tcShiftRight(srhs, parts, 1); in tcDivide()
2778 APInt::tcShiftRight(integerPart *dst, unsigned int parts, unsigned int count) in tcShiftRight() function in APInt
DAPFloat.cpp372 APInt::tcShiftRight(dst, parts, bits); in shiftRight()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp2429 tcShiftRight (dst, dstParts, shift); in tcExtract()
2705 tcShiftRight(srhs, parts, 1); in tcDivide()
2752 APInt::tcShiftRight(integerPart *dst, unsigned int parts, unsigned int count) in tcShiftRight() function in APInt
/external/llvm/include/llvm/ADT/
DAPInt.h1703 static void tcShiftRight(integerPart *, unsigned int parts,
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h1499 static void tcShiftRight(integerPart *, unsigned int parts,
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1681 static void tcShiftRight(integerPart *, unsigned int parts,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h1917 static void tcShiftRight(WordType *, unsigned Words, unsigned Count);