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

/gem5/src/arch/alpha/
H A Ddecoder.hh76 needMoreBytes() function in class:AlphaISA::Decoder
/gem5/src/arch/power/
H A Ddecoder.hh83 needMoreBytes() function in class:PowerISA::Decoder
/gem5/src/arch/mips/
H A Ddecoder.hh76 needMoreBytes() function in class:MipsISA::Decoder
/gem5/src/arch/riscv/
H A Ddecoder.hh73 bool needMoreBytes() { return more; } function in class:RiscvISA::Decoder
/gem5/src/arch/arm/
H A Ddecoder.hh111 bool needMoreBytes() const { return outOfBytes; } function in class:ArmISA::Decoder
136 * needMoreBytes() will return true and instReady() will return
/gem5/src/arch/sparc/
H A Ddecoder.hh84 needMoreBytes() function in class:SparcISA::Decoder
/gem5/src/arch/x86/
H A Ddecoder.hh318 bool needMoreBytes() function in class:X86ISA::Decoder
/gem5/src/cpu/minor/
H A Dfetch2.cc470 if (decoder->needMoreBytes()) {
/gem5/src/cpu/o3/
H A Dfetch_impl.hh1291 if (decoder[tid]->needMoreBytes()) {

Completed in 17 milliseconds