Searched refs:RotateRight32 (Results 1 – 9 of 9) sorted by relevance
/external/v8/src/base/ |
D | functional.cc | 76 value = bits::RotateRight32(value, 15); in hash_combine() 80 seed = bits::RotateRight32(seed, 13); in hash_combine()
|
D | win32-headers.h | 78 #undef RotateRight32
|
D | bits.h | 162 inline uint32_t RotateRight32(uint32_t value, uint32_t shift) { in RotateRight32() function
|
/external/v8/src/arm/ |
D | disasm-arm.cc | 231 int imm = base::bits::RotateRight32(immed8, rotate); in PrintShiftImm()
|
D | simulator-arm.cc | 1467 int imm = base::bits::RotateRight32(immed8, rotate); in GetImm()
|
D | assembler-arm.cc | 4976 return base::bits::RotateRight32(immed8, rotate); in DecodeShiftImm()
|
/external/v8/src/compiler/ |
D | machine-operator-reducer.cc | 173 base::bits::RotateRight32(m.left().Value(), m.right().Value())); in Reduce()
|
/external/v8/src/mips/ |
D | simulator-mips.cc | 3828 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/ |
D | simulator-mips64.cc | 3710 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()
|