Searched refs:isSquashed (Results 1 - 13 of 13) sorted by relevance

/gem5/src/cpu/
H A Dtranslation.hh270 return xc->isSquashed();
H A Dbase_dyn_inst.hh780 bool isSquashed() const { return status[Squashed]; } function in class:BaseDynInst
/gem5/src/cpu/o3/
H A Dinst_queue_impl.hh822 if (issuing_inst->isSquashed()) {
1005 assert(!completed_inst->isSquashed());
1175 if ((*it)->translationCompleted() || (*it)->isSquashed()) {
1551 if (!(*inst_list_it)->isSquashed()) {
1570 (*inst_list_it)->isSquashed());
1593 if (!(*inst_list_it)->isSquashed()) {
1612 (*inst_list_it)->isSquashed());
H A Dlsq_unit_impl.hh125 if (!inst->isSquashed()) {
541 assert(!inst->isSquashed());
611 assert(!store_inst->isSquashed());
954 if (inst->isSquashed()) {
H A Diew_impl.hh657 if (!fromRename->insts[i]->isSquashed())
1000 if (inst->isSquashed()) {
1242 if (inst->isSquashed()) {
1479 if (!inst->isSquashed() && inst->isExecuted() && inst->getFault() == NoFault) {
H A Dcommit_impl.hh1020 if (head_inst->isSquashed()) {
1351 if (!inst->isSquashed() &&
1380 if (!fromIEW->insts[inst_num]->isSquashed()) {
H A Dmem_dep_unit_impl.hh602 (*inst_list_it)->isSquashed());
H A Drename_impl.hh677 if (inst->isSquashed()) {
1242 if (!fromDecode->insts[i]->isSquashed())
H A Dlsq_impl.hh781 if (_inst->isSquashed()) {
821 if (_inst->isSquashed()) {
H A Ddecode_impl.hh684 if (inst->isSquashed()) {
H A Dlsq.hh364 return _inst->isSquashed();
H A Dcpu.cc1684 (*inst_list_it)->isSquashed());
/gem5/src/cpu/simple/
H A Dtiming.hh311 bool isSquashed() const { return false; } function in class:TimingSimpleCPU

Completed in 38 milliseconds