gem5  v20.1.0.0
Public Member Functions | Protected Types | Protected Attributes | Static Protected Attributes | List of all members
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 39 of file microcode_rom.hh.

Member Typedef Documentation

◆ GenFunc

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

Definition at line 43 of file microcode_rom.hh.

Constructor & Destructor Documentation

◆ MicrocodeRom()

X86ISAInst::MicrocodeRom::MicrocodeRom ( )

◆ ~MicrocodeRom()

X86ISAInst::MicrocodeRom::~MicrocodeRom ( )
inline

Definition at line 54 of file microcode_rom.hh.

References genFuncs.

Member Function Documentation

◆ fetchMicroop()

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

Definition at line 60 of file microcode_rom.hh.

References X86ISA::badMicroop, genFuncs, normalMicroPC(), and numMicroops.

Referenced by X86ISA::Decoder::fetchRomMicroop().

Member Data Documentation

◆ genFuncs

GenFunc* X86ISAInst::MicrocodeRom::genFuncs
protected

Definition at line 47 of file microcode_rom.hh.

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

◆ numMicroops

const MicroPC X86ISAInst::MicrocodeRom::numMicroops
staticprotected

Definition at line 45 of file microcode_rom.hh.

Referenced by fetchMicroop().


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

Generated on Wed Sep 30 2020 14:03:16 for gem5 by doxygen 1.8.17