Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/include/opencsd/ptm/
Dtrc_pkt_elem_ptm.h109 const bool isBranchExcepPacket() const { return (exception.bits.present == 1); }; in isBranchExcepPacket() function
/external/OpenCSD/decoder/source/ptm/
Dtrc_pkt_decode_ptm.cpp401 if(m_curr_packet_in->isBranchExcepPacket()) in processBranch()