Searched refs:BINARY_II_INTRINSIC (Results 1 – 1 of 1) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_intrinsics.cc | 39 #define BINARY_II_INTRINSIC(name, op, set) \ macro 71 BINARY_II_INTRINSIC(MterpIntegerCompare, Compare, SetI); 86 BINARY_II_INTRINSIC(MterpIntegerRotateRight, (Rot<int32_t, false>), SetI); 89 BINARY_II_INTRINSIC(MterpIntegerRotateLeft, (Rot<int32_t, true>), SetI); 131 BINARY_II_INTRINSIC(MterpMathMinIntInt, std::min, SetI); 137 BINARY_II_INTRINSIC(MterpMathMaxIntInt, std::max, SetI);
|