Home
last modified time | relevance | path

Searched refs:OCSD_S_INSTR_V8_ERET (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/opencsd/decoder/source/i_dec/
H A Dtrc_idec_arminst.cpp306 info->instr_sub_type = OCSD_S_INSTR_V8_ERET; in inst_A64_is_indirect_branch_link()
323 info->instr_sub_type = OCSD_S_INSTR_V8_ERET; in inst_A64_is_indirect_branch_link()
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_types.h377 OCSD_S_INSTR_V8_ERET, /**< v8 eret instruction - subtype of BR_INDIRECT */ enumerator
/freebsd/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_decode_etmv4i.cpp1353 if (isETEConfig() && (m_instr_info.sub_type == OCSD_S_INSTR_V8_ERET)) in processAtom()