Searched refs:TrcIDecode (Results 1 – 4 of 4) sorted by relevance
40 class TrcIDecode : public IInstrDecode 43 TrcIDecode() {}; in TrcIDecode() function44 virtual ~TrcIDecode() {}; in ~TrcIDecode()
39 ocsd_err_t TrcIDecode::DecodeInstruction(ocsd_instr_info *instr_info) in DecodeInstruction()72 ocsd_err_t TrcIDecode::DecodeA32(ocsd_instr_info *instr_info, struct decode_info *info) in DecodeA32()126 ocsd_err_t TrcIDecode::DecodeA64(ocsd_instr_info *instr_info, struct decode_info *info) in DecodeA64()177 ocsd_err_t TrcIDecode::DecodeT32(ocsd_instr_info *instr_info, struct decode_info *info) in DecodeT32()
419 static TrcIDecode s_instruction_decoder;
44 TrcIDecode DecodeTree::s_instruction_decoder; /**< default instruction decode library */