Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/include/i_dec/
H A 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);
/freebsd/contrib/opencsd/decoder/source/i_dec/
H A 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()
/freebsd/contrib/opencsd/decoder/include/opencsd/etmv4/
H A Dtrc_pkt_decode_etmv4i.h149 … const bool executed, ocsd_trc_index_t index, ocsd_instr_info &instr);
238ocsd_instr_info m_instr_info; //!< instruction info for code follower - in address is the next to…
/freebsd/contrib/opencsd/decoder/include/interfaces/
H A Dtrc_instr_decode_i.h61 virtual ocsd_err_t DecodeInstruction(ocsd_instr_info *instr_info) = 0;
/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_pkt_decode_base.h102 ocsd_err_t instrDecode(ocsd_instr_info *instr_info);
170 inline ocsd_err_t TrcPktDecodeI::instrDecode(ocsd_instr_info *instr_info) in instrDecode()
H A Docsd_code_follower.h110 ocsd_instr_info m_instr_info;
/freebsd/contrib/opencsd/decoder/include/opencsd/c_api/
H A Docsd_c_api_custom.h135 typedef ocsd_err_t (* fnDecodeArmInstCB)(const void *lib_context, ocsd_instr_info *instr_info);
H A Docsd_c_api_cust_impl.h89 ocsd_instr_info *instr_info) in lib_cb_DecodeArmInst()
/freebsd/contrib/opencsd/decoder/include/opencsd/ptm/
H A Dtrc_pkt_decode_ptm.h176ocsd_instr_info m_instr_info; //!< instruction info for code follower - in address is the next to…
/freebsd/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api_custom_obj.h142 friend ocsd_err_t DecodeArmInstCB(const void *lib_context, ocsd_instr_info *instr_info);
H A Docsd_c_api_custom_obj.cpp323 ocsd_err_t DecodeArmInstCB(const void *lib_context, ocsd_instr_info *instr_info) in DecodeArmInstCB()
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_types.h405 } ocsd_instr_info; typedef
/freebsd/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_decode_etmv4i.cpp1283 const bool executed, ocsd_trc_index_t index, ocsd_instr_info &instr) in setElemTraceRangeInstr()
1746 ocsd_instr_info instr; // going back to start of range so make a copy of info. in processSourceAddress()