Searched refs:Decoder (Results 26 - 42 of 42) sorted by relevance

12

/gem5/src/cpu/o3/
H A Dthread_context_impl.hh75 TheISA::Decoder *newDecoder = getDecoderPtr();
76 TheISA::Decoder *oldDecoder = old_context->getDecoderPtr();
H A Dfetch.hh381 TheISA::Decoder *decoder[Impl::MaxThreads];
H A Dthread_context.hh95 TheISA::Decoder *
H A Dfetch_impl.hh145 decoder[tid] = new TheISA::Decoder(params->isa[tid]);
/gem5/src/cpu/
H A Dthread_context.hh61 class Decoder;
145 virtual TheISA::Decoder *getDecoderPtr() = 0;
H A Dsimple_thread.hh134 TheISA::Decoder decoder;
208 TheISA::Decoder *getDecoderPtr() override { return &decoder; }
/gem5/ext/dsent/model/
H A DModelGen.cc46 #include "model/electrical/Decoder.h"
142 else if("Decoder" == model_name_)
144 return new Decoder(instance_name_, tech_model_);
320 cout << "MultiplexerCrossbar Decoder DFFRAM MatrixArbiter SeparableAllocator Router" << endl;
/gem5/ext/mcpat/
H A Dlogic.h102 Decoder* final_dec;
H A Dlogic.cc843 final_dec = new Decoder(
/gem5/ext/dsent/model/electrical/
H A DDFFRAM.cc33 #include "model/electrical/Decoder.h"
124 Decoder* dec = new Decoder(dec_name, getTechModel());
159 // Connect Decoder
/gem5/src/arch/arm/
H A Dtypes.hh50 #include "debug/Decoder.hh"
71 // Decoder state
400 DPRINTF(Decoder, "Advancing ITSTATE from %#x,%#x.\n",
409 DPRINTF(Decoder, "Advancing ITSTATE to %#x,%#x.\n",
/gem5/src/cpu/checker/
H A Dthread_context.hh59 class Decoder;
129 TheISA::Decoder *
/gem5/ext/mcpat/cacti/
H A Ddecoder.cc46 Decoder::Decoder( function in class:Decoder
105 void Decoder::compute_widths() {
140 void Decoder::compute_area() {
179 double Decoder::compute_delays(double inrisetime) {
235 void Decoder::leakage_feedback(double temperature)
266 Decoder * dec_,
H A Dmat.cc149 row_dec = new Decoder(
162 bit_mux_dec = new Decoder(
171 sa_mux_lev_1_dec = new Decoder(
180 sa_mux_lev_2_dec = new Decoder(
/gem5/src/gpu-compute/
H A Dhsail_code.hh322 TheGpuISA::Decoder decoder;
/gem5/src/cpu/minor/
H A Dfetch2.cc315 TheISA::Decoder *decoder = thread->getDecoderPtr();
/gem5/src/cpu/simple/
H A Dbase.cc518 TheISA::Decoder *decoder = &(thread->decoder);

Completed in 29 milliseconds

12