Searched refs:RotateRight32 (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/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 | bits.h | 215 inline constexpr uint32_t RotateRight32(uint32_t value, uint32_t shift) { in RotateRight32() function
|
/third_party/node/deps/v8/src/diagnostics/arm/ |
D | disasm-arm.cc | 230 int imm = base::bits::RotateRight32(immed8, rotate); in PrintShiftImm()
|
/third_party/node/deps/v8/src/execution/arm/ |
D | simulator-arm.cc | 1362 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/ |
D | simulator-loong64.cc | 3416 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/ |
D | machine-operator-reducer.cc | 341 return ReplaceInt32(base::bits::RotateRight32( in Reduce()
|
/third_party/node/deps/v8/src/execution/mips/ |
D | simulator-mips.cc | 3835 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/ |
D | simulator-mips64.cc | 3781 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/ |
D | assembler-arm.cc | 5142 return base::bits::RotateRight32(immed8, rotate); in DecodeShiftImm()
|