Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/source/i_dec/
H A Dtrc_i_decode.cpp114 else if (instr_info->wfi_wfe_branch) in DecodeA32()
161 else if (instr_info->wfi_wfe_branch && in DecodeA64()
223 else if (instr_info->wfi_wfe_branch) in DecodeT32()
/freebsd/contrib/opencsd/decoder/source/
H A Docsd_code_follower.cpp44 m_instr_info.wfi_wfe_branch = 0; in OcsdCodeFollower()
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_types.h394 uint8_t wfi_wfe_branch; /**< Input: WFI, WFE classed as direct branches */ member
/freebsd/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_decode_etmv4i.cpp198 m_instr_info.wfi_wfe_branch = m_config->wfiwfeBranch() ? 1 : 0; in onProtocolConfig()
1753 instr.wfi_wfe_branch = m_instr_info.wfi_wfe_branch; in processSourceAddress()
/freebsd/contrib/opencsd/decoder/source/ptm/
H A Dtrc_pkt_decode_ptm.cpp185 m_instr_info.wfi_wfe_branch = 0; in onProtocolConfig()