Searched refs:ocsd_instr_info (Results 1 – 14 of 14) sorted by relevance
/external/OpenCSD/decoder/include/i_dec/ |
D | trc_i_decode.h | 46 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/ |
D | trc_i_decode.cpp | 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()
|
/external/OpenCSD/decoder/include/opencsd/etmv4/ |
D | trc_pkt_decode_etmv4i.h | 140 … const bool executed, ocsd_trc_index_t index, ocsd_instr_info &instr); 229 …ocsd_instr_info m_instr_info; //!< instruction info for code follower - in address is the next to…
|
/external/OpenCSD/decoder/include/interfaces/ |
D | trc_instr_decode_i.h | 61 virtual ocsd_err_t DecodeInstruction(ocsd_instr_info *instr_info) = 0;
|
/external/OpenCSD/decoder/include/common/ |
D | trc_pkt_decode_base.h | 101 ocsd_err_t instrDecode(ocsd_instr_info *instr_info); 169 inline ocsd_err_t TrcPktDecodeI::instrDecode(ocsd_instr_info *instr_info) in instrDecode()
|
D | ocsd_code_follower.h | 110 ocsd_instr_info m_instr_info;
|
/external/OpenCSD/decoder/include/opencsd/c_api/ |
D | ocsd_c_api_custom.h | 135 typedef ocsd_err_t (* fnDecodeArmInstCB)(const void *lib_context, ocsd_instr_info *instr_info);
|
D | ocsd_c_api_cust_impl.h | 89 ocsd_instr_info *instr_info) in lib_cb_DecodeArmInst()
|
/external/OpenCSD/decoder/include/opencsd/ptm/ |
D | trc_pkt_decode_ptm.h | 176 …ocsd_instr_info m_instr_info; //!< instruction info for code follower - in address is the next to…
|
/external/OpenCSD/decoder/source/c_api/ |
D | ocsd_c_api_custom_obj.h | 142 friend ocsd_err_t DecodeArmInstCB(const void *lib_context, ocsd_instr_info *instr_info);
|
D | ocsd_c_api_custom_obj.cpp | 323 ocsd_err_t DecodeArmInstCB(const void *lib_context, ocsd_instr_info *instr_info) in DecodeArmInstCB()
|
/external/OpenCSD/decoder/include/opencsd/ |
D | ocsd_if_types.h | 403 } ocsd_instr_info; typedef
|
/external/OpenCSD/decoder/tests/ext_dcd_test_eg/c_api_echo_test/ |
D | ext_dcd_echo_test.c | 347 ocsd_instr_info instr_info; in analyse_packet()
|
/external/OpenCSD/decoder/source/etmv4/ |
D | trc_pkt_decode_etmv4i.cpp | 1233 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()
|