Home
last modified time | relevance | path

Searched refs:RotateLeft32 (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/base/
H A Dbits.h220 inline constexpr uint32_t RotateLeft32(uint32_t value, uint32_t shift) { in RotateLeft32() function
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc1859 uint32_t result = base::bits::RotateLeft32(rs_val, sh); in ExecuteGeneric()
1901 uint32_t result = base::bits::RotateLeft32(rs_val, sh); in ExecuteGeneric()
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.cc1071 uint32_t imm32_rot16 = base::bits::RotateLeft32(imm32, 16); in FitsShifter()

Completed in 20 milliseconds