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

/gem5/src/arch/alpha/
H A Ddecoder.hh82 instReady() function in class:AlphaISA::Decoder
/gem5/src/arch/power/
H A Ddecoder.hh89 instReady() function in class:PowerISA::Decoder
/gem5/src/arch/mips/
H A Ddecoder.hh82 instReady() function in class:MipsISA::Decoder
/gem5/src/arch/riscv/
H A Ddecoder.hh74 bool instReady() { return instDone; } function in class:RiscvISA::Decoder
/gem5/src/arch/arm/
H A Ddecoder.hh109 * instReady() even if this method returns true.
121 bool instReady() const { return instDone; } function in class:ArmISA::Decoder
128 * instReady()), a decoded instruction can be retrieved using
136 * needMoreBytes() will return true and instReady() will return
156 * until instReady() is true before calling this method.
160 * decoder isn't ready (see instReady()).
/gem5/src/arch/sparc/
H A Ddecoder.hh90 instReady() function in class:SparcISA::Decoder
/gem5/src/cpu/minor/
H A Dfetch2.cc386 if (!decoder->instReady()) {
397 if (decoder->instReady()) {
/gem5/src/arch/x86/
H A Ddecoder.hh323 bool instReady() function in class:X86ISA::Decoder
/gem5/src/cpu/o3/
H A Dfetch_impl.hh1271 !decoder[tid]->instReady();
1302 if (decoder[tid]->instReady()) {
1378 } while ((curMacroop || decoder[tid]->instReady()) &&
/gem5/src/cpu/checker/
H A Dcpu_impl.hh313 if (thread->decoder.instReady()) {

Completed in 206 milliseconds