Searched refs:getP0Type (Results 1 – 2 of 2) sorted by relevance
647 switch (pElem->getP0Type()) in commitElements()809 switch(pElem->getP0Type()) in commitElemOnEOT()867 if (pElem->getP0Type() == P0_ATOM) in cancelElements()882 switch (pElem->getP0Type()) in cancelElements()943 if (pElem->getP0Type() == P0_ATOM) in mispredictAtom()953 else if (pElem->getP0Type() == P0_ADDR) in mispredictAtom()1006 switch (pElem->getP0Type()) in processTS_CC_EventElem()1196 if(pElem->getP0Type() == P0_CTXT) in processException()1203 if(pElem->getP0Type() != P0_ADDR) in processException()1342 if (pElem->getP0Type() == P0_CTXT) in processQElement()[all …]
74 const p0_elem_t getP0Type() const { return m_P0_type; }; in getP0Type() function