Home
last modified time | relevance | path

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

/aosp_15_r20/external/OpenCSD/decoder/source/i_dec/
H A Dtrc_i_decode.cpp41 TrcIDecode::TrcIDecode() : in TrcIDecode() function in TrcIDecode
46 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()
/aosp_15_r20/external/OpenCSD/decoder/include/i_dec/
H A Dtrc_i_decode.h43 class TrcIDecode : public IInstrDecode
46 TrcIDecode();
47 virtual ~TrcIDecode() {}; in ~TrcIDecode()
63 inline void TrcIDecode::setAA64_errOnBadOpcode(bool bSet) in setAA64_errOnBadOpcode()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/etm/
H A Detm_v4_decoder.h71 TrcIDecode instruction_decoder_;
/aosp_15_r20/external/OpenCSD/decoder/include/common/
H A Docsd_dcd_tree.h451 static TrcIDecode s_instruction_decoder;
/aosp_15_r20/system/extras/simpleperf/
H A DETMDecoder.cpp334 class InstructionDecoder : public TrcIDecode {
338 return TrcIDecode::DecodeInstruction(instr_info); in DecodeInstruction()
/aosp_15_r20/external/OpenCSD/decoder/source/
H A Docsd_dcd_tree.cpp44 TrcIDecode DecodeTree::s_instruction_decoder; /**< default instruction decode library */