Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_intrinsics.cc83 UNARY_INTRINSIC(MterpIntegerNumberOfTrailingZeros, JAVASTYLE_CTZ, GetVReg, SetI);
116 UNARY_INTRINSIC(MterpLongNumberOfTrailingZeros, JAVASTYLE_CTZ, GetVRegLong, SetJ);
/art/libartbase/base/
Dbit_utils.h81 constexpr int JAVASTYLE_CTZ(T x) { in JAVASTYLE_CTZ() function