Searched refs:canWB (Results 1 - 2 of 2) sorted by relevance

/gem5/src/cpu/o3/
H A Dlsq_unit_impl.hh642 storeQueue[store_idx].canWB() = true;
689 if (!x.canWB()) {
698 x.canWB() = true;
728 storeWBIt->canWB() &&
883 if (storeQueue.back().canWB()) {
H A Dlsq_unit.hh198 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 19 milliseconds