HomeSort by relevance Sort by last modified time
    Searched refs:JAVASTYLE_CLZ (Results 1 - 2 of 2) sorted by null

  /art/runtime/interpreter/
interpreter_intrinsics.cc 80 UNARY_INTRINSIC(MterpIntegerNumberOfLeadingZeros, JAVASTYLE_CLZ, GetVReg, SetI);
113 UNARY_INTRINSIC(MterpLongNumberOfLeadingZeros, JAVASTYLE_CLZ, GetVRegLong, SetJ);
  /art/runtime/base/
bit_utils.h 56 constexpr int JAVASTYLE_CLZ(T x) {

Completed in 85 milliseconds