Searched refs:m_pIInstrDec (Results 1 – 2 of 2) sorted by relevance
114 void attachInstrDecI(IInstrDecode *pIF) { m_pIInstrDec = pIF; }; in attachInstrDecI()165 …IInstrDecode *m_pIInstrDec; //!< arm instruction decode interface - decoder may want to us… variable
325 if (lib_context && ((CustomDecoderWrapper *)lib_context)->m_pIInstrDec) in DecodeArmInstCB()326 return ((CustomDecoderWrapper *)lib_context)->m_pIInstrDec->DecodeInstruction(instr_info); in DecodeArmInstCB()369 m_pIInstrDec(0), in CustomDecoderWrapper()