Searched refs:last_i_type (Results 1 – 4 of 4) sorted by relevance
77 …void setLastInstrInfo(const bool exec, const ocsd_instr_type last_i_type, const ocsd_instr_subtype…138 inline void OcsdTraceElement::setLastInstrInfo(const bool exec, const ocsd_instr_type last_i_type, … in setLastInstrInfo() argument142 this->last_i_type = last_i_type; in setLastInstrInfo()171 last_i_type = OCSD_INSTR_OTHER; in init()
139 if((int)last_i_type < T_SIZE) in toString()140 oss << instr_type[last_i_type]; in toString()
121 ocsd_instr_type last_i_type; /**< Last instruction type if instruction execution range */ member
649 m_output_elem.last_i_type = m_instr_info.type; in traceInstrToWP()