Searched refs:JAVASTYLE_CLZ (Results 1 – 2 of 2) sorted by relevance
80 UNARY_INTRINSIC(MterpIntegerNumberOfLeadingZeros, JAVASTYLE_CLZ, GetVReg, SetI);113 UNARY_INTRINSIC(MterpLongNumberOfLeadingZeros, JAVASTYLE_CLZ, GetVRegLong, SetJ);
58 constexpr int JAVASTYLE_CLZ(T x) { in JAVASTYLE_CLZ() function