Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter_intrinsics.cc77 UNARY_INTRINSIC(MterpIntegerLowestOneBit, LowestOneBitValue, GetVReg, SetI);
110 UNARY_INTRINSIC(MterpLongLowestOneBit, LowestOneBitValue, GetVRegLong, SetJ);
/art/libartbase/base/
Dbit_utils.h329 inline static kind LowestOneBitValue(kind opnd) { in LowestOneBitValue() function