Home
last modified time | relevance | path

Searched refs:RotateRight32 (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/base/
Dfunctional.cc76 value = bits::RotateRight32(value, 15); in hash_combine()
80 seed = bits::RotateRight32(seed, 13); in hash_combine()
Dbits.h215 inline constexpr uint32_t RotateRight32(uint32_t value, uint32_t shift) { in RotateRight32() function
/third_party/node/deps/v8/src/diagnostics/arm/
Ddisasm-arm.cc230 int imm = base::bits::RotateRight32(immed8, rotate); in PrintShiftImm()
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc1362 result = base::bits::RotateRight32(result, shift_amount); in GetShiftRm()
1439 result = base::bits::RotateRight32(result, shift_amount & 31); in GetShiftRm()
1458 int imm = base::bits::RotateRight32(immed8, rotate); in GetImm()
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.cc3416 base::bits::RotateRight32(static_cast<const uint32_t>(rj_u()), in DecodeTypeOp14()
3576 base::bits::RotateRight32(static_cast<const uint32_t>(rj_u()), in DecodeTypeOp17()
/third_party/node/deps/v8/src/compiler/
Dmachine-operator-reducer.cc341 return ReplaceInt32(base::bits::RotateRight32( in Reduce()
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.cc3835 alu_out = base::bits::RotateRight32(rt_u(), sa()); in DecodeTypeRegisterSPECIAL()
3856 alu_out = base::bits::RotateRight32(rt_u(), rs_u()); in DecodeTypeRegisterSPECIAL()
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.cc3781 base::bits::RotateRight32(static_cast<const uint32_t>(rt_u()), in DecodeTypeRegisterSPECIAL()
3846 base::bits::RotateRight32(static_cast<const uint32_t>(rt_u()), in DecodeTypeRegisterSPECIAL()
/third_party/node/deps/v8/src/codegen/arm/
Dassembler-arm.cc5142 return base::bits::RotateRight32(immed8, rotate); in DecodeShiftImm()