Home
last modified time | relevance | path

Searched refs:RotateLeft32 (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/base/
Dwin32-headers.h79 #undef RotateLeft32
Dbits.h197 inline uint32_t RotateLeft32(uint32_t value, uint32_t shift) { in RotateLeft32() function
/external/v8/src/ppc/
Dsimulator-ppc.cc3563 uint32_t result = base::bits::RotateLeft32(rs_val, sh); in ExecuteGeneric()
3605 uint32_t result = base::bits::RotateLeft32(rs_val, sh); in ExecuteGeneric()
/external/v8/src/arm/
Dassembler-arm.cc1103 uint32_t imm8 = base::bits::RotateLeft32(imm32, 2 * rot); in fits_shifter()