Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/include/common/
Dtrc_pkt_decode_base.h70 componentAttachPt<IInstrDecode> *getInstrDecodeAttachPt() { return &m_instr_decode; }; in getInstrDecodeAttachPt()
105 componentAttachPt<IInstrDecode> m_instr_decode; variable
149 else if(m_uses_idecode && !m_instr_decode.hasAttachedAndEnabled()) in checkInit()
172 return m_instr_decode.first()->DecodeInstruction(instr_info); in instrDecode()