Searched refs:m_opname (Results 1 – 2 of 2) sorted by relevance
66 m_opname ="VFETCH"; in FetchInstr()69 m_opname = "FETCH_SEMANTIC"; in FetchInstr()75 m_opname = "GET_BUF_RESINFO"; in FetchInstr()78 m_opname = "READ_SCRATCH"; in FetchInstr()184 os << m_opname << ' '; in do_print()
118 void override_opname(const char *opname) { m_opname = opname;} in override_opname()154 std::string m_opname; variable