Searched refs:orgShiftAmount (Results 1 – 2 of 2) sorted by relevance
1125 static unsigned getShiftAmount(uint64_t orgShiftAmount, in getShiftAmount() argument1128 if (orgShiftAmount < (uint64_t)valueWidth) in getShiftAmount()1129 return orgShiftAmount; in getShiftAmount()1132 return (NextPowerOf2(valueWidth-1) - 1) & orgShiftAmount; in getShiftAmount()
1126 static unsigned getShiftAmount(uint64_t orgShiftAmount, in getShiftAmount() argument1129 if (orgShiftAmount < (uint64_t)valueWidth) in getShiftAmount()1130 return orgShiftAmount; in getShiftAmount()1133 return (NextPowerOf2(valueWidth-1) - 1) & orgShiftAmount; in getShiftAmount()