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

/gem5/src/cpu/minor/
H A Dfetch2.cc412 StaticInstPtr decoded_inst = decoder->decode(fetch_info.pc); local
413 dyn_inst->staticInst = decoded_inst;
419 if (decoded_inst->isLoad())
421 else if (decoded_inst->isStore())
423 else if (decoded_inst->isAtomic())
425 else if (decoded_inst->isVector())
427 else if (decoded_inst->isFloating())
429 else if (decoded_inst->isInteger())
459 TheISA::advancePC(fetch_info.pc, decoded_inst);

Completed in 6 milliseconds