Home
last modified time | relevance | path

Searched refs:dstPartsCount (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp1956 unsigned int dstPartsCount, truncatedBits; in convertToSignExtendedInteger() local
1966 dstPartsCount = partCountForBits(width); in convertToSignExtendedInteger()
1969 APInt::tcSet(parts, 0, dstPartsCount); in convertToSignExtendedInteger()
1981 APInt::tcSet(parts, 0, dstPartsCount); in convertToSignExtendedInteger()
1997 APInt::tcExtract(parts, dstPartsCount, src, bits, truncatedBits); in convertToSignExtendedInteger()
2000 APInt::tcExtract(parts, dstPartsCount, src, semantics->precision, 0); in convertToSignExtendedInteger()
2001 APInt::tcShiftLeft(parts, dstPartsCount, bits - semantics->precision); in convertToSignExtendedInteger()
2013 if (APInt::tcIncrement(parts, dstPartsCount)) in convertToSignExtendedInteger()
2021 unsigned int omsb = APInt::tcMSB(parts, dstPartsCount) + 1; in convertToSignExtendedInteger()
2032 if (omsb == width && APInt::tcLSB(parts, dstPartsCount) + 1 != omsb) in convertToSignExtendedInteger()
[all …]
/external/llvm/lib/Support/
DAPFloat.cpp2107 unsigned int dstPartsCount, truncatedBits; in convertToSignExtendedInteger() local
2115 dstPartsCount = partCountForBits(width); in convertToSignExtendedInteger()
2118 APInt::tcSet(parts, 0, dstPartsCount); in convertToSignExtendedInteger()
2130 APInt::tcSet(parts, 0, dstPartsCount); in convertToSignExtendedInteger()
2146 APInt::tcExtract(parts, dstPartsCount, src, bits, truncatedBits); in convertToSignExtendedInteger()
2149 APInt::tcExtract(parts, dstPartsCount, src, semantics->precision, 0); in convertToSignExtendedInteger()
2150 APInt::tcShiftLeft(parts, dstPartsCount, bits - semantics->precision); in convertToSignExtendedInteger()
2162 if (APInt::tcIncrement(parts, dstPartsCount)) in convertToSignExtendedInteger()
2170 unsigned int omsb = APInt::tcMSB(parts, dstPartsCount) + 1; in convertToSignExtendedInteger()
2181 if (omsb == width && APInt::tcLSB(parts, dstPartsCount) + 1 != omsb) in convertToSignExtendedInteger()
[all …]