Searched refs:RotateLeft32 (Results 1 – 4 of 4) sorted by relevance
79 #undef RotateLeft32
197 inline uint32_t RotateLeft32(uint32_t value, uint32_t shift) { in RotateLeft32() function
3563 uint32_t result = base::bits::RotateLeft32(rs_val, sh); in ExecuteGeneric()3605 uint32_t result = base::bits::RotateLeft32(rs_val, sh); in ExecuteGeneric()
1103 uint32_t imm8 = base::bits::RotateLeft32(imm32, 2 * rot); in fits_shifter()