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

/gem5/src/cpu/minor/
H A Ddecode.cc43 #include "debug/Decode.hh"
48 Decode::Decode(const std::string &name, function in class:Minor::Decode
82 Decode::getInput(ThreadID tid)
95 Decode::popInput(ThreadID tid)
124 Decode::evaluate()
164 DPRINTF(Decode, "Fault being passed: %d\n",
197 DPRINTF(Decode, "Microop decomposition inputIndex:"
220 DPRINTF(Decode, "Passing on inst: %s inputIndex:"
258 DPRINTF(Decode, "Wrappin
[all...]
H A Ddecode.hh43 * Decode collects macro-ops from Fetch2 and splits them into micro-ops
58 /* Decode takes instructions from Fetch2 and decomposes them into micro-ops
62 class Decode : public Named class in namespace:Minor
141 Decode(const std::string &name,
156 * into Decode and on to Execute which is responsible for
H A Dpipeline.hh86 Decode decode;
/gem5/src/arch/riscv/
H A Ddecoder.cc35 #include "debug/Decode.hh"
55 DPRINTF(Decode, "Requesting bytes 0x%08x from address %#x\n", inst,
84 DPRINTF(Decode, "Decoding instruction 0x%08x at address %#x\n",
/gem5/src/cpu/o3/
H A Ddecode_impl.hh52 #include "debug/Decode.hh"
241 DPRINTF(Decode,"[tid:%i] Stall fom Rename stage detected.\n", tid);
259 DPRINTF(Decode, "[tid:%i] Blocking.\n", tid);
289 // Decode is done unblocking only if the skid buffer is empty.
291 DPRINTF(Decode, "[tid:%i] Done unblocking.\n", tid);
299 DPRINTF(Decode, "[tid:%i] Currently unblocking.\n", tid);
308 DPRINTF(Decode, "[tid:%i] [sn:%llu] Squashing due to incorrect branch "
360 DPRINTF(Decode, "[tid:%i] Squashing.\n",tid);
419 DPRINTF(Decode,"Inserting [tid:%d][sn:%lli] PC: %s into decode skidBuffer %i\n",
462 // Decode wil
[all...]
H A Dcpu_policy.hh81 typedef DefaultDecode<Impl> Decode; typedef in struct:SimpleCPUPolicy
H A Dcpu.hh563 typename CPUPolicy::Decode decode;
/gem5/src/cpu/simple/
H A Dbase.cc69 #include "debug/Decode.hh"
528 //Decode an instruction if one is ready. Otherwise, we'll have to
559 DPRINTF(Decode,"Decode: Decoded %s instruction: %#x\n",

Completed in 15 milliseconds