Home
last modified time | relevance | path

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

/external/v8/src/base/
Dfunctional.cc76 value = bits::RotateRight32(value, 15); in hash_combine()
80 seed = bits::RotateRight32(seed, 13); in hash_combine()
Dwin32-headers.h79 #undef RotateRight32
Dbits.h193 inline constexpr uint32_t RotateRight32(uint32_t value, uint32_t shift) { in RotateRight32() function
/external/v8/src/diagnostics/arm/
Ddisasm-arm.cc229 int imm = base::bits::RotateRight32(immed8, rotate); in PrintShiftImm()
/external/v8/src/execution/arm/
Dsimulator-arm.cc1326 result = base::bits::RotateRight32(result, shift_amount); in GetShiftRm()
1404 result = base::bits::RotateRight32(result, shift_amount & 31); in GetShiftRm()
1424 int imm = base::bits::RotateRight32(immed8, rotate); in GetImm()
/external/v8/src/compiler/
Dmachine-operator-reducer.cc308 return ReplaceInt32(base::bits::RotateRight32( in Reduce()
/external/v8/src/execution/mips/
Dsimulator-mips.cc3795 alu_out = base::bits::RotateRight32(rt_u(), sa()); in DecodeTypeRegisterSPECIAL()
3816 alu_out = base::bits::RotateRight32(rt_u(), rs_u()); in DecodeTypeRegisterSPECIAL()
/external/v8/src/execution/mips64/
Dsimulator-mips64.cc3725 base::bits::RotateRight32(static_cast<const uint32_t>(rt_u()), in DecodeTypeRegisterSPECIAL()
3790 base::bits::RotateRight32(static_cast<const uint32_t>(rt_u()), in DecodeTypeRegisterSPECIAL()
/external/v8/src/codegen/arm/
Dassembler-arm.cc4957 return base::bits::RotateRight32(immed8, rotate); in DecodeShiftImm()