Searched refs:BINARY_JJ_INTRINSIC (Results 1 - 1 of 1) sorted by relevance

/art/runtime/interpreter/
H A Dinterpreter_intrinsics.cc42 #define BINARY_JJ_INTRINSIC(name, op, set) \ macro
104 BINARY_JJ_INTRINSIC(MterpLongCompare, Compare, SetI);
119 BINARY_JJ_INTRINSIC(MterpLongRotateRight, (Rot<int64_t, false>), SetJ);
122 BINARY_JJ_INTRINSIC(MterpLongRotateLeft, (Rot<int64_t, true>), SetJ);
134 BINARY_JJ_INTRINSIC(MterpMathMinLongLong, std::min, SetJ);
140 BINARY_JJ_INTRINSIC(MterpMathMaxLongLong, std::max, SetJ);

Completed in 42 milliseconds