Searched refs:TrcIDecode (Results 1 – 6 of 6) sorted by relevance
41 TrcIDecode::TrcIDecode() : in TrcIDecode() function in TrcIDecode46 void TrcIDecode::envSetAA64_errOnBadOpcode() in envSetAA64_errOnBadOpcode()55 ocsd_err_t TrcIDecode::DecodeInstruction(ocsd_instr_info *instr_info) in DecodeInstruction()88 ocsd_err_t TrcIDecode::DecodeA32(ocsd_instr_info *instr_info, struct decode_info *info) in DecodeA32()142 ocsd_err_t TrcIDecode::DecodeA64(ocsd_instr_info *instr_info, struct decode_info *info) in DecodeA64()197 ocsd_err_t TrcIDecode::DecodeT32(ocsd_instr_info *instr_info, struct decode_info *info) in DecodeT32()
43 class TrcIDecode : public IInstrDecode46 TrcIDecode();47 virtual ~TrcIDecode() {}; in ~TrcIDecode()63 inline void TrcIDecode::setAA64_errOnBadOpcode(bool bSet) in setAA64_errOnBadOpcode()
71 TrcIDecode instruction_decoder_;
451 static TrcIDecode s_instruction_decoder;
334 class InstructionDecoder : public TrcIDecode {338 return TrcIDecode::DecodeInstruction(instr_info); in DecodeInstruction()
44 TrcIDecode DecodeTree::s_instruction_decoder; /**< default instruction decode library */