Searched refs:Rot (Results 1 – 2 of 2) sorted by relevance
/art/runtime/interpreter/ |
D | interpreter_intrinsics.cc | 86 BINARY_II_INTRINSIC(MterpIntegerRotateRight, (Rot<int32_t, false>), SetI); 89 BINARY_II_INTRINSIC(MterpIntegerRotateLeft, (Rot<int32_t, true>), SetI); 119 BINARY_JI_INTRINSIC(MterpLongRotateRight, (Rot<int64_t, false>), SetJ); 122 BINARY_JI_INTRINSIC(MterpLongRotateLeft, (Rot<int64_t, true>), SetJ);
|
/art/libartbase/base/ |
D | bit_utils.h | 350 inline static T Rot(T opnd, int distance) { in Rot() function
|