Home
last modified time | relevance | path

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

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