Home
last modified time | relevance | path

Searched refs:ocsd_instr_info (Results 1 – 14 of 14) sorted by relevance

/external/OpenCSD/decoder/include/i_dec/
Dtrc_i_decode.h46 virtual ocsd_err_t DecodeInstruction(ocsd_instr_info *instr_info);
49 ocsd_err_t DecodeA32(ocsd_instr_info *instr_info, struct decode_info *info);
50 ocsd_err_t DecodeA64(ocsd_instr_info *instr_info, struct decode_info *info);
51 ocsd_err_t DecodeT32(ocsd_instr_info *instr_info, struct decode_info *info);
/external/OpenCSD/decoder/source/i_dec/
Dtrc_i_decode.cpp39 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()
/external/OpenCSD/decoder/include/opencsd/etmv4/
Dtrc_pkt_decode_etmv4i.h140 … const bool executed, ocsd_trc_index_t index, ocsd_instr_info &instr);
229ocsd_instr_info m_instr_info; //!< instruction info for code follower - in address is the next to…
/external/OpenCSD/decoder/include/interfaces/
Dtrc_instr_decode_i.h61 virtual ocsd_err_t DecodeInstruction(ocsd_instr_info *instr_info) = 0;
/external/OpenCSD/decoder/include/common/
Dtrc_pkt_decode_base.h101 ocsd_err_t instrDecode(ocsd_instr_info *instr_info);
169 inline ocsd_err_t TrcPktDecodeI::instrDecode(ocsd_instr_info *instr_info) in instrDecode()
Docsd_code_follower.h110 ocsd_instr_info m_instr_info;
/external/OpenCSD/decoder/include/opencsd/c_api/
Docsd_c_api_custom.h135 typedef ocsd_err_t (* fnDecodeArmInstCB)(const void *lib_context, ocsd_instr_info *instr_info);
Docsd_c_api_cust_impl.h89 ocsd_instr_info *instr_info) in lib_cb_DecodeArmInst()
/external/OpenCSD/decoder/include/opencsd/ptm/
Dtrc_pkt_decode_ptm.h176ocsd_instr_info m_instr_info; //!< instruction info for code follower - in address is the next to…
/external/OpenCSD/decoder/source/c_api/
Docsd_c_api_custom_obj.h142 friend ocsd_err_t DecodeArmInstCB(const void *lib_context, ocsd_instr_info *instr_info);
Docsd_c_api_custom_obj.cpp323 ocsd_err_t DecodeArmInstCB(const void *lib_context, ocsd_instr_info *instr_info) in DecodeArmInstCB()
/external/OpenCSD/decoder/include/opencsd/
Docsd_if_types.h403 } ocsd_instr_info; typedef
/external/OpenCSD/decoder/tests/ext_dcd_test_eg/c_api_echo_test/
Dext_dcd_echo_test.c347 ocsd_instr_info instr_info; in analyse_packet()
/external/OpenCSD/decoder/source/etmv4/
Dtrc_pkt_decode_etmv4i.cpp1233 const bool executed, ocsd_trc_index_t index, ocsd_instr_info &instr) in setElemTraceRangeInstr()
1693 ocsd_instr_info instr; // going back to start of range so make a copy of info. in processSourceAddress()