Searched defs:RotateLeft (Results 1 – 3 of 3) sorted by relevance
375 static inline unsigned int RotateLeft(const unsigned int x) in RotateLeft() function
44 uint8_t RotateLeft; member
1223 uint8_t RotateLeft = Shift >= 0 ? (uint8_t)Shift : 32+Shift; in computeSubRegLaneMasks() local