Home
last modified time | relevance | path

Searched refs:kRvvVLEN (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.h386 inline uint64_t rvv_vlen() const { return kRvvVLEN; } in rvv_vlen()
950 static_assert(sizeof(__int128_t) == kRvvVLEN / 8, "unmatch vlen"); member in v8::internal::Simulator
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dinstruction-selector-riscv64.cc3322 g.UseImmediate(kRvvVLEN / TYPE / 2), g.UseImmediate(E##TYPE), \
3326 g.UseImmediate(kRvvVLEN / TYPE / 2), g.UseImmediate(E##TYPE), \
3344 g.UseImmediate(kRvvVLEN / TYPE / 2), g.UseImmediate(E##TYPE), \
3348 g.UseImmediate(kRvvVLEN / TYPE / 2), g.UseImmediate(E##TYPE), \
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h1328 return (kRvvVLEN / sew()) >> (lmul_ & 0b11); in vlmax()
1330 return ((kRvvVLEN << lmul_) / sew()); in vlmax()
H A Dconstants-riscv64.h248 constexpr int kRvvVLEN = 128;
249 constexpr int kRvvSLEN = kRvvVLEN;
H A Dassembler-riscv64.cc4063 *this = LoadStoreLaneParams(laneidx, 8, kRvvVLEN / 16); in LoadStoreLaneParams()
4066 *this = LoadStoreLaneParams(laneidx, 16, kRvvVLEN / 8); in LoadStoreLaneParams()
4069 *this = LoadStoreLaneParams(laneidx, 32, kRvvVLEN / 4); in LoadStoreLaneParams()
4072 *this = LoadStoreLaneParams(laneidx, 64, kRvvVLEN / 2); in LoadStoreLaneParams()

Completed in 26 milliseconds