Searched refs:isControl (Results 1 - 11 of 11) sorted by relevance

/gem5/src/cpu/simple/probes/
H A Dsimpoint.cc93 if (inst->isControl()) {
/gem5/src/cpu/simple/
H A Dbase.cc565 curStaticInst->isControl()) {
611 if (curStaticInst->isControl()) {
693 if (branchPred && curStaticInst && curStaticInst->isControl()) {
/gem5/src/cpu/
H A Dstatic_inst.hh173 bool isControl() const { return flags[IsControl]; } function in class:StaticInst
H A Dbase_dyn_inst.hh519 bool isControl() const { return staticInst->isControl(); } function in class:BaseDynInst
H A Dbase.cc417 if (inst->isControl())
/gem5/src/cpu/minor/
H A Dfetch2.cc196 if (inst->staticInst->isControl() ||
/gem5/src/cpu/o3/
H A Ddecode_impl.hh722 if (inst->readPredTaken() && !inst->isControl()) {
H A Dcommit_impl.hh1293 if (head_inst->isControl()) {
1412 if (inst->isControl())
H A Dfetch_impl.hh566 if (!inst->isControl()) {
1026 fromCommit->commitInfo[tid].mispredictInst->isControl()) {
H A Diew_impl.hh1649 if (inst->isControl())
/gem5/src/arch/arm/insts/
H A Dmacromem.cc226 if ((*uop)->isControl())

Completed in 41 milliseconds