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.h78 #undef RotateRight32
Dbits.h162 inline uint32_t RotateRight32(uint32_t value, uint32_t shift) { in RotateRight32() function
/external/v8/src/arm/
Ddisasm-arm.cc231 int imm = base::bits::RotateRight32(immed8, rotate); in PrintShiftImm()
Dsimulator-arm.cc1467 int imm = base::bits::RotateRight32(immed8, rotate); in GetImm()
Dassembler-arm.cc4976 return base::bits::RotateRight32(immed8, rotate); in DecodeShiftImm()
/external/v8/src/compiler/
Dmachine-operator-reducer.cc173 base::bits::RotateRight32(m.left().Value(), m.right().Value())); in Reduce()
/external/v8/src/mips/
Dsimulator-mips.cc3828 alu_out = base::bits::RotateRight32(rt_u(), sa()); in DecodeTypeRegisterSPECIAL()
3849 alu_out = base::bits::RotateRight32(rt_u(), rs_u()); in DecodeTypeRegisterSPECIAL()
/external/v8/src/mips64/
Dsimulator-mips64.cc3710 base::bits::RotateRight32(static_cast<const uint32_t>(rt_u()), in DecodeTypeRegisterSPECIAL()
3775 base::bits::RotateRight32(static_cast<const uint32_t>(rt_u()), in DecodeTypeRegisterSPECIAL()