Searched refs:last_i_subtype (Results 1 – 3 of 3) sorted by relevance
77 …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() argument143 this->last_i_subtype = last_i_subtype; in setLastInstrInfo()172 last_i_subtype = OCSD_S_INSTR_NONE; in init()
141 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()
122 ocsd_instr_subtype last_i_subtype; /**< sub type for last instruction in range */ member