Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_gen_elem.h77 …ol exec, const ocsd_instr_type last_i_type, const ocsd_instr_subtype last_i_subtype, const uint8_t…
138 …ol exec, const ocsd_instr_type last_i_type, const ocsd_instr_subtype last_i_subtype, const uint8_t… in setLastInstrInfo() argument
143 this->last_i_subtype = last_i_subtype; in setLastInstrInfo()
172 last_i_subtype = OCSD_S_INSTR_NONE; in init()
/freebsd/contrib/opencsd/decoder/source/
H A Dtrc_gen_elem.cpp141 if((last_i_subtype != OCSD_S_INSTR_NONE) && ((int)last_i_subtype < ST_SIZE)) in toString()
142 oss << instr_sub_type[last_i_subtype]; in toString()
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Dtrc_gen_elem_types.h122 ocsd_instr_subtype last_i_subtype; /**< sub type for last instruction in range */ member