Searched refs:tcShiftRight (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | APInt.cpp | 968 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
|
D | APFloat.cpp | 447 APInt::tcShiftRight(dst, parts, bits); in shiftRight()
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 2455 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
|
D | APFloat.cpp | 372 APInt::tcShiftRight(dst, parts, bits); in shiftRight()
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 2523 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
|
D | APFloat.cpp | 380 APInt::tcShiftRight(dst, parts, bits); in shiftRight() 1922 APInt::tcShiftRight(significandParts(), newPartCount, ushift); in convert()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 2429 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/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | APInt.h | 1499 static void tcShiftRight(integerPart *, unsigned int parts,
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1703 static void tcShiftRight(integerPart *, unsigned int parts,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1681 static void tcShiftRight(integerPart *, unsigned int parts,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1917 static void tcShiftRight(WordType *, unsigned Words, unsigned Count);
|