Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.h395 inline uint32_t rvv_vlmul() const { return (rvv_vtype() & 0x7); } in rvv_vlmul() function in v8::internal::Simulator
419 uint32_t vlmul = rvv_vlmul(); in rvv_lmul_s()
437 if ((rvv_vlmul() & 0b100) != 0) { in rvv_vlmax()
438 return (rvv_vlen() / rvv_sew()) >> (4 - (rvv_vlmul() & 0b11)); in rvv_vlmax()
440 return ((rvv_vlen() << rvv_vlmul()) / rvv_sew()); in rvv_vlmax()

Completed in 4 milliseconds