Searched refs:RotateLeft32 (Results 1 – 4 of 4) sorted by relevance
80 #undef RotateLeft32
198 inline constexpr uint32_t RotateLeft32(uint32_t value, uint32_t shift) { in RotateLeft32() function
1581 uint32_t result = base::bits::RotateLeft32(rs_val, sh); in ExecuteGeneric()1623 uint32_t result = base::bits::RotateLeft32(rs_val, sh); in ExecuteGeneric()
1025 uint32_t imm8 = base::bits::RotateLeft32(imm32, 2 * rot); in FitsShifter()