Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_intrinsics.cc74 UNARY_INTRINSIC(MterpIntegerHighestOneBit, HighestOneBitValue, GetVReg, SetI);
107 UNARY_INTRINSIC(MterpLongHighestOneBit, HighestOneBitValue, GetVRegLong, SetJ);
/art/libartbase/base/
Dbit_utils.h336 inline static T HighestOneBitValue(T opnd) { in HighestOneBitValue() function