Searched refs:last_i_subtype (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/opencsd/decoder/include/common/
H A Dtrc_gen_elem.h78 void setLastInstrInfo(const bool exec, const ocsd_instr_type last_i_type, const ocsd_instr_subtype last_i_subtype, const uint8_t size);
135 inline void OcsdTraceElement::setLastInstrInfo(const bool exec, const ocsd_instr_type last_i_type, const ocsd_instr_subtype last_i_subtype, const uint8_t size) argument
140 this->last_i_subtype = last_i_subtype;
169 last_i_subtype = OCSD_S_INSTR_NONE;
/freebsd-13-stable/contrib/opencsd/decoder/source/
H A Dtrc_gen_elem.cpp127 if((last_i_subtype != OCSD_S_INSTR_NONE) && ((int)last_i_subtype < ST_SIZE))
128 oss << instr_sub_type[last_i_subtype];
/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/
H A Dtrc_gen_elem_types.h98 ocsd_instr_subtype last_i_subtype; /**< sub type for last instruction in range */ member in struct:_ocsd_generic_trace_elem

Completed in 68 milliseconds