Searched refs:HighestOneBitValue (Results 1 – 2 of 2) sorted by relevance
74 UNARY_INTRINSIC(MterpIntegerHighestOneBit, HighestOneBitValue, GetVReg, SetI);107 UNARY_INTRINSIC(MterpLongHighestOneBit, HighestOneBitValue, GetVRegLong, SetJ);
336 inline static T HighestOneBitValue(T opnd) { in HighestOneBitValue() function