gem5
|
#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 40 of file microcode_rom.hh.
|
protected |
Definition at line 44 of file microcode_rom.hh.
X86ISAInst::MicrocodeRom::MicrocodeRom | ( | ) |
|
inline |
Definition at line 55 of file microcode_rom.hh.
References genFuncs.
|
inline |
Definition at line 61 of file microcode_rom.hh.
References X86ISA::badMicroop, genFuncs, normalMicroPC(), and numMicroops.
|
protected |
Definition at line 48 of file microcode_rom.hh.
Referenced by fetchMicroop(), and ~MicrocodeRom().
|
staticprotected |
Definition at line 46 of file microcode_rom.hh.
Referenced by fetchMicroop().