Searched refs:ECFAluOpCode (Results 1 – 3 of 3) sorted by relevance
119 ECFAluOpCode cf_type() const {return m_cf_type;} in cf_type()120 void set_cf_type(ECFAluOpCode cf_type){ m_cf_type = cf_type; } in set_cf_type()132 static const std::map<ECFAluOpCode, std::string> cf_map;187 ECFAluOpCode m_cf_type{cf_alu};
43 enum ECFAluOpCode { enum
171 const std::map<ECFAluOpCode, std::string> AluInstr::cf_map = {929 ECFAluOpCode cf = cf_alu; in from_string()