Searched refs:hasCC (Results 1 – 3 of 3) sorted by relevance
118 bool hasCC = false; in hasAtomCC() local120 return hasCC; in hasAtomCC()130 hasCC = true; in hasAtomCC()134 hasCC = (m_atom.num > 1); // first of 2 has W state in hasAtomCC()137 return hasCC; in hasAtomCC()
362 if(m_curr_packet_in->hasCC()) in processIsync()413 if(m_curr_packet_in->hasCC()) in processBranch()589 if(m_curr_packet_in->hasCC()) in processAtomRange()
117 const bool hasCC() const { return (cc_valid == 1); }; in hasCC() function