Searched refs:kRvvVLEN (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.h | 386 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 D | instruction-selector-riscv64.cc | 3322 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 D | assembler-riscv64.h | 1328 return (kRvvVLEN / sew()) >> (lmul_ & 0b11); in vlmax() 1330 return ((kRvvVLEN << lmul_) / sew()); in vlmax()
|
H A D | constants-riscv64.h | 248 constexpr int kRvvVLEN = 128; 249 constexpr int kRvvSLEN = kRvvVLEN;
|
H A D | assembler-riscv64.cc | 4063 *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 22 milliseconds