Home
last modified time | relevance | path

Searched refs:rvv_vlmax (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc5322 vs1 >= rvv_vlmax() ? 0 : Rvvelt<uint8_t>(rvv_vs2_reg(), vs1);
5328 vs1 >= rvv_vlmax() ? 0 : Rvvelt<uint16_t>(rvv_vs2_reg(), vs1);
5334 vs1 >= rvv_vlmax() ? 0 : Rvvelt<uint32_t>(rvv_vs2_reg(), vs1);
5340 vs1 >= rvv_vlmax() ? 0 : Rvvelt<uint64_t>(rvv_vs2_reg(), vs1);
5461 bool is_valid = (i + sh) < rvv_vlmax();
6818 avl = avl <= rvv_vlmax() ? avl : rvv_vlmax();
6837 avl = avl <= rvv_vlmax()
6839 : avl < (rvv_vlmax() * 2) ? avl / 2 : rvv_vlmax();
[all...]
H A Dsimulator-riscv64.h436 inline uint64_t rvv_vlmax() const { in rvv_vlmax() function in v8::internal::Simulator

Completed in 11 milliseconds