Home
last modified time | relevance | path

Searched refs:RotateRight64 (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/base/
H A Dbits.h225 inline constexpr uint64_t RotateRight64(uint64_t value, uint64_t shift) { in RotateRight64() function
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc3798 alu_out = static_cast<int64_t>(base::bits::RotateRight64(rt_u(), sa())); in DecodeTypeRegisterSPECIAL()
3815 static_cast<int64_t>(base::bits::RotateRight64(rt_u(), sa() + 32)); in DecodeTypeRegisterSPECIAL()
3861 static_cast<int64_t>(base::bits::RotateRight64(rt_u(), rs_u())); in DecodeTypeRegisterSPECIAL()
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc3425 static_cast<int64_t>(base::bits::RotateRight64(rj_u(), ui6()));
3586 base::bits::RotateRight64((rj_u()), (rk_u() % 64)));

Completed in 16 milliseconds