Searched refs:JAVASTYLE_CTZ (Results 1 – 2 of 2) sorted by relevance
83 UNARY_INTRINSIC(MterpIntegerNumberOfTrailingZeros, JAVASTYLE_CTZ, GetVReg, SetI);116 UNARY_INTRINSIC(MterpLongNumberOfTrailingZeros, JAVASTYLE_CTZ, GetVRegLong, SetJ);
81 constexpr int JAVASTYLE_CTZ(T x) { in JAVASTYLE_CTZ() function