Searched refs:vcsr_ (Results 1 – 1 of 1) sorted by relevance
392 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