gem5
v20.1.0.0
|
#include <microcode_rom.hh>
Public Member Functions | |
MicrocodeRom () | |
~MicrocodeRom () | |
StaticInstPtr | fetchMicroop (MicroPC microPC, StaticInstPtr curMacroop) |
Protected Types | |
typedef StaticInstPtr(* | GenFunc) (StaticInstPtr) |
Protected Attributes | |
GenFunc * | genFuncs |
Static Protected Attributes | |
static const MicroPC | numMicroops |
Definition at line 39 of file microcode_rom.hh.
|
protected |
Definition at line 43 of file microcode_rom.hh.
X86ISAInst::MicrocodeRom::MicrocodeRom | ( | ) |
|
inline |
Definition at line 54 of file microcode_rom.hh.
References genFuncs.
|
inline |
Definition at line 60 of file microcode_rom.hh.
References X86ISA::badMicroop, genFuncs, normalMicroPC(), and numMicroops.
Referenced by X86ISA::Decoder::fetchRomMicroop().
|
protected |
Definition at line 47 of file microcode_rom.hh.
Referenced by fetchMicroop(), and ~MicrocodeRom().
|
staticprotected |
Definition at line 45 of file microcode_rom.hh.
Referenced by fetchMicroop().