Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/riscv64/
H A Dsimulator-riscv64.cc317 if (rvv_vsew() == E8) { \
320 } else if (rvv_vsew() == E16) { \
323 } else if (rvv_vsew() == E32) { \
326 } else if (rvv_vsew() == E64) { \
338 if (rvv_vsew() == E8) { \
341 } else if (rvv_vsew() == E16) { \
344 } else if (rvv_vsew() == E32) { \
347 } else if (rvv_vsew() == E64) { \
359 if (rvv_vsew() == E8) { \
362 } else if (rvv_vsew()
[all...]
H A Dsimulator-riscv64.h403 inline uint32_t rvv_vsew() const { return ((rvv_vtype() >> 3) & 0x7); } in rvv_vsew() function in v8::internal::Simulator
406 uint32_t vsew = rvv_vsew(); in rvv_sew_s()
433 DCHECK_EQ(rvv_vsew() & (~0x7), 0x0); in rvv_sew()
434 return (0x1 << rvv_vsew()) * 8; in rvv_sew()

Completed in 6 milliseconds