Searched refs:orgShiftAmount (Results 1 – 1 of 1) sorted by relevance
1139 static unsigned getShiftAmount(uint64_t orgShiftAmount, in getShiftAmount() argument1142 if (orgShiftAmount < (uint64_t)valueWidth) in getShiftAmount()1143 return orgShiftAmount; in getShiftAmount()1146 return (NextPowerOf2(valueWidth-1) - 1) & orgShiftAmount; in getShiftAmount()