Searched refs:isStoreConditional (Results 1 - 10 of 10) sorted by relevance

/gem5/src/cpu/o3/
H A Dlsq_unit_impl.hh129 assert(inst->isLoad() || inst->isStoreConditional() ||
639 if (store_inst->isStoreConditional() || store_inst->isAtomic()) {
776 if (inst->isStoreConditional() || inst->isAtomic()) {
790 if (inst->isStoreConditional()) {
820 assert(!inst->isStoreConditional());
929 if (!storeWBIt->instruction()->isStoreConditional()) {
1050 if (cpu->checker && !store_inst->isStoreConditional()) {
H A Ddyn_inst_impl.hh175 if (this->isStoreConditional()) {
H A Dlsq.hh313 _inst->isStoreConditional() || _inst->isAtomic());
333 _inst->isStoreConditional() || _inst->isAtomic());
H A Dinst_queue_impl.hh1266 !squashed_inst->isStoreConditional()));
1271 !squashed_inst->isStoreConditional() &&
1301 } else if (!squashed_inst->isStoreConditional() ||
H A Dcommit_impl.hh1064 assert(!head_inst->isStoreConditional() ||
1169 assert(head_inst->isNonSpeculative() || head_inst->isStoreConditional()
H A Diew_impl.hh1096 if (inst->isStoreConditional()) {
1316 !inst->isStoreConditional()) {
H A Drename_impl.hh744 } else if ((inst->isStoreConditional() || inst->isSerializeAfter()) &&
/gem5/ext/sst/
H A DExtMaster.cc169 } else if (ev->isStoreConditional()) {
/gem5/src/cpu/
H A Dstatic_inst.hh162 bool isStoreConditional() const { return flags[IsStoreConditional]; } function in class:StaticInst
H A Dbase_dyn_inst.hh512 bool isStoreConditional() const function in class:BaseDynInst
513 { return staticInst->isStoreConditional(); }

Completed in 39 milliseconds