Home
last modified time | relevance | path

Searched refs:vcsr_ (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.h392 inline uint64_t rvv_vcsr() const { return vcsr_; } in rvv_vcsr()
748 inline void set_rvv_vcsr(uint64_t value, bool trace = true) { vcsr_ = value; }
951 uint64_t vstart_, vxsat_, vxrm_, vcsr_, vtype_, vl_, vlenb_; variable