Searched refs:canWB (Results 1 - 2 of 2) sorted by relevance
/gem5/src/cpu/o3/ | ||
H A D | lsq_unit_impl.hh | 642 storeQueue[store_idx].canWB() = true; 689 if (!x.canWB()) { 698 x.canWB() = true; 728 storeWBIt->canWB() && 883 if (storeQueue.back().canWB()) { |
H A D | lsq_unit.hh | 198 bool& canWB() { return _canWB; } function in class:LSQUnit::SQEntry 199 const bool& canWB() const { return _canWB; } function in class:LSQUnit::SQEntry 345 storeWBIt->canWB() && |
Completed in 10 milliseconds