Home
last modified time | relevance | path

Searched refs:JAVASTYLE_CLZ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/interpreter/
Dinterpreter_intrinsics.cc80 UNARY_INTRINSIC(MterpIntegerNumberOfLeadingZeros, JAVASTYLE_CLZ, GetVReg, SetI);
113 UNARY_INTRINSIC(MterpLongNumberOfLeadingZeros, JAVASTYLE_CLZ, GetVRegLong, SetJ);
/art/runtime/base/
Dbit_utils.h58 constexpr int JAVASTYLE_CLZ(T x) { in JAVASTYLE_CLZ() function