Searched defs:RotateLeft (Results 1 – 7 of 7) sorted by relevance
85 ABSL_MUST_USE_RESULT ABSL_ATTRIBUTE_ALWAYS_INLINE constexpr T RotateLeft( in RotateLeft() function
376 static inline unsigned int RotateLeft(const unsigned int x) in RotateLeft() function
43 uint8_t RotateLeft; member
1232 uint8_t RotateLeft = Shift >= 0 ? (uint8_t)Shift : 32+Shift; in computeSubRegLaneMasks() local