gem5 v24.0.0.0
Loading...
Searching...
No Matches
gem5::X86ISAInst::MicrocodeRom Class Reference

#include <microcode_rom.hh>

Public Member Functions

 MicrocodeRom ()
 
 ~MicrocodeRom ()
 
StaticInstPtr fetchMicroop (MicroPC microPC, StaticInstPtr curMacroop)
 

Protected Types

typedef StaticInstPtr(* GenFunc) (StaticInstPtr)
 

Protected Attributes

GenFuncgenFuncs
 

Static Protected Attributes

static const MicroPC numMicroops
 

Detailed Description

Definition at line 42 of file microcode_rom.hh.

Member Typedef Documentation

◆ GenFunc

typedef StaticInstPtr(* gem5::X86ISAInst::MicrocodeRom::GenFunc) (StaticInstPtr)
protected

Definition at line 46 of file microcode_rom.hh.

Constructor & Destructor Documentation

◆ MicrocodeRom()

gem5::X86ISAInst::MicrocodeRom::MicrocodeRom ( )

◆ ~MicrocodeRom()

gem5::X86ISAInst::MicrocodeRom::~MicrocodeRom ( )
inline

Definition at line 57 of file microcode_rom.hh.

References genFuncs.

Member Function Documentation

◆ fetchMicroop()

StaticInstPtr gem5::X86ISAInst::MicrocodeRom::fetchMicroop ( MicroPC microPC,
StaticInstPtr curMacroop )
inline

Member Data Documentation

◆ genFuncs

GenFunc* gem5::X86ISAInst::MicrocodeRom::genFuncs
protected

Definition at line 50 of file microcode_rom.hh.

Referenced by fetchMicroop(), and ~MicrocodeRom().

◆ numMicroops

const MicroPC gem5::X86ISAInst::MicrocodeRom::numMicroops
staticprotected

Definition at line 48 of file microcode_rom.hh.

Referenced by fetchMicroop().


The documentation for this class was generated from the following file:

Generated on Tue Jun 18 2024 16:24:55 for gem5 by doxygen 1.11.0