Home
last modified time | relevance | path

Searched refs:OCSD_INSTR_OTHER (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/opencsd/decoder/source/i_dec/
H A Dtrc_i_decode.cpp78 instr_info->type = OCSD_INSTR_OTHER; // default type in DecodeA32()
132 instr_info->type = OCSD_INSTR_OTHER; // default type in DecodeA64()
190 instr_info->type = OCSD_INSTR_OTHER; // default type in DecodeT32()
/freebsd/contrib/opencsd/decoder/include/common/
H A Dtrc_gen_elem.h171 last_i_type = OCSD_INSTR_OTHER; in init()
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_types.h361 OCSD_INSTR_OTHER, /**< Other instruction - not significant for waypoints. */ enumerator
/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_decode_ptm.cpp659 bWPFound = (m_instr_info.type != OCSD_INSTR_OTHER); in traceInstrToWP()
/freebsd/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_decode_etmv4i.cpp1782 if (instr.type != OCSD_INSTR_OTHER) in processSourceAddress()
1881 else if (m_instr_info.type != OCSD_INSTR_OTHER) in traceInstrToWP()