Searched refs:DecodeInstruction (Results 1 – 6 of 6) sorted by relevance
61 virtual ocsd_err_t DecodeInstruction(ocsd_instr_info *instr_info) = 0;
46 virtual ocsd_err_t DecodeInstruction(ocsd_instr_info *instr_info);
151 err = m_pIDecode->first()->DecodeInstruction(&m_instr_info); in decodeSingleOpCode()
39 ocsd_err_t TrcIDecode::DecodeInstruction(ocsd_instr_info *instr_info) in DecodeInstruction() function in TrcIDecode
173 return m_instr_decode.first()->DecodeInstruction(instr_info); in instrDecode()
326 return ((CustomDecoderWrapper *)lib_context)->m_pIInstrDec->DecodeInstruction(instr_info); in DecodeArmInstCB()