Home
last modified time | relevance | path

Searched refs:isCondInstr (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/opencsd/decoder/include/common/
H A Docsd_code_follower.h94 const bool isCondInstr() const; //!< is a conditional instruction
201 inline const bool OcsdCodeFollower::isCondInstr() const in isCondInstr() function
/freebsd/contrib/opencsd/decoder/source/etmv3/
H A Dtrc_pkt_decode_etmv3.cpp611 pElem->setLastInstrCond(m_code_follower.isCondInstr()); in processPHdr()