gem5
v20.0.0.2
|
#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 38 of file microcode_rom.hh.
|
protected |
Definition at line 42 of file microcode_rom.hh.
X86ISAInst::MicrocodeRom::MicrocodeRom | ( | ) |
|
inline |
Definition at line 53 of file microcode_rom.hh.
References genFuncs.
|
inline |
Definition at line 59 of file microcode_rom.hh.
References X86ISA::badMicroop, and normalMicroPC().
|
protected |
Definition at line 46 of file microcode_rom.hh.
Referenced by ~MicrocodeRom().
|
staticprotected |
Definition at line 44 of file microcode_rom.hh.