Searched refs:isInteger (Results 1 - 5 of 5) sorted by relevance

/gem5/src/cpu/
H A Dstatic_inst.hh168 bool isInteger() const { return flags[IsInteger]; } function in class:StaticInst
H A Dbase_dyn_inst.hh516 bool isInteger() const { return staticInst->isInteger(); } function in class:BaseDynInst
/gem5/src/cpu/minor/
H A Dfetch2.cc429 else if (decoded_inst->isInteger())
/gem5/src/cpu/simple/
H A Dbase.cc617 if (curStaticInst->isInteger()){
/gem5/src/cpu/o3/
H A Dcommit_impl.hh1435 if (inst->isInteger())

Completed in 11 milliseconds