Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_pkt_decode_base.h70 componentAttachPt<IInstrDecode> *getInstrDecodeAttachPt() { return &m_instr_decode; }; in getInstrDecodeAttachPt()
106 componentAttachPt<IInstrDecode> m_instr_decode; variable
150 else if(m_uses_idecode && !m_instr_decode.hasAttachedAndEnabled()) in checkInit()
173 return m_instr_decode.first()->DecodeInstruction(instr_info); in instrDecode()