Lines Matching refs:decoder
44 #include "arch/decoder.hh"
315 TheISA::Decoder *decoder = thread->getDecoderPtr();
340 decoder->reset();
386 if (!decoder->instReady()) {
387 decoder->moreBytes(fetch_info.pc,
390 DPRINTF(Fetch, "Offering MachInst to decoder addr: 0x%x\n",
397 if (decoder->instReady()) {
409 /* Note that the decoder can update the given PC.
412 StaticInstPtr decoded_inst = decoder->decode(fetch_info.pc);
416 DPRINTF(Fetch, "decoder inst %s\n", *dyn_inst);
470 if (decoder->needMoreBytes()) {