Lines Matching +defs:bit +defs:dst
2349 APInt::tcSet(integerPart *dst, integerPart part, unsigned int parts) in tcSet()
2362 APInt::tcAssign(integerPart *dst, const integerPart *src, unsigned int parts) in tcAssign()
2385 APInt::tcExtractBit(const integerPart *parts, unsigned int bit) in tcExtractBit()
2393 APInt::tcSetBit(integerPart *parts, unsigned int bit) in tcSetBit()
2400 APInt::tcClearBit(integerPart *parts, unsigned int bit) in tcClearBit()
2449 APInt::tcExtract(integerPart *dst, unsigned int dstCount,const integerPart *src, in tcExtract()
2483 APInt::tcAdd(integerPart *dst, const integerPart *rhs, in tcAdd()
2508 APInt::tcSubtract(integerPart *dst, const integerPart *rhs, in tcSubtract()
2533 APInt::tcNegate(integerPart *dst, unsigned int parts) in tcNegate()
2551 APInt::tcMultiplyPart(integerPart *dst, const integerPart *src, in tcMultiplyPart()
2644 APInt::tcMultiply(integerPart *dst, const integerPart *lhs, in tcMultiply()
2667 APInt::tcFullMultiply(integerPart *dst, const integerPart *lhs, in tcFullMultiply()
2748 APInt::tcShiftLeft(integerPart *dst, unsigned int parts, unsigned int count) in tcShiftLeft()
2782 APInt::tcShiftRight(integerPart *dst, unsigned int parts, unsigned int count) in tcShiftRight()
2814 APInt::tcAnd(integerPart *dst, const integerPart *rhs, unsigned int parts) in tcAnd()
2824 APInt::tcOr(integerPart *dst, const integerPart *rhs, unsigned int parts) in tcOr()
2834 APInt::tcXor(integerPart *dst, const integerPart *rhs, unsigned int parts) in tcXor()
2844 APInt::tcComplement(integerPart *dst, unsigned int parts) in tcComplement()
2873 APInt::tcIncrement(integerPart *dst, unsigned int parts) in tcIncrement()
2886 APInt::tcDecrement(integerPart *dst, unsigned int parts) { in tcDecrement()
2901 APInt::tcSetLeastSignificantBits(integerPart *dst, unsigned int parts, in tcSetLeastSignificantBits()