Searched refs:LEPart (Results 1 – 1 of 1) sorted by relevance
213 result.LEPart(j) = partMask; in MASKR()217 result.LEPart(j++) = partMask >> (partBits - places); in MASKR()220 result.LEPart(j++) = topPartMask; in MASKR()222 result.LEPart(j++) = topPartMask >> (topPartBits - places); in MASKR()227 result.LEPart(j) = 0; in MASKR()375 return (LEPart(parts - 1) >> (topPartBits - 1)) & 1; in IsNegative()391 if (LEPart(parts - 1) != 0) { in LEADZ()392 int lzbc{common::LeadingZeroBitCount(LEPart(parts - 1))}; in LEADZ()397 if (Part p{LEPart(parts - 1 - j)}) { in LEADZ()432 return (LEPart(pos / partBits) >> (pos % partBits)) & 1; in BTEST()[all …]