Searched refs:isLoad (Results 26 - 39 of 39) sorted by relevance

12

/gem5/src/cpu/
H A Dstatic_inst.hh159 bool isLoad() const { return flags[IsLoad]; } function in class:StaticInst
H A Dbase_dyn_inst.hh509 bool isLoad() const { return staticInst->isLoad(); } function in class:BaseDynInst
H A Dbase.cc411 if (inst->isLoad())
/gem5/src/cpu/checker/
H A Dcpu_impl.hh380 if (curStaticInst->isLoad()) {
532 if (inst->isLoad() && warnOnlyOnLoadError) {
/gem5/src/cpu/simple/
H A Dbase.cc602 if (curStaticInst->isLoad()) {
645 if (curStaticInst->isLoad()){
/gem5/src/cpu/o3/
H A Dlsq_unit.hh375 bool trySendPacket(bool isLoad, PacketPtr data_pkt);
840 state->isLoad = true;
H A Dcommit_impl.hh1172 || (head_inst->isLoad() && head_inst->strictlyOrdered()));
1194 if (head_inst->isLoad() && head_inst->strictlyOrdered()) {
1421 if (inst->isLoad()) {
H A Drename_impl.hh650 if (inst->isLoad()) {
761 } else if (inst->isLoad()) {
H A Dinst_queue_impl.hh1264 (squashed_inst->isLoad() ||
/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.hh295 bool isLoad() const;
H A Dcompute_unit.cc1675 } else if (gpuDynInst->isLoad()) {
1693 } else if (gpuDynInst->isLoad()) {
/gem5/src/cpu/trace/
H A Dtrace_cpu.hh647 bool isLoad() const { return (type == Record::LOAD); } function in class:TraceCPU::ElasticDataGen::GraphNode
/gem5/src/cpu/minor/
H A Dfetch2.cc419 if (decoded_inst->isLoad())
H A Dexecute.cc331 bool is_load = inst->staticInst->isLoad();

Completed in 33 milliseconds

12