gem5 v24.0.0.0
|
Classes for register indices passed to instruction constructors. More...
#include <static_inst.hh>
Public Member Functions | |
GpRegIndex (RegIndex idx) | |
Public Attributes | |
RegIndex | index |
Classes for register indices passed to instruction constructors.
Using a wrapper struct for these lets take advantage of the compiler's type checking.
Definition at line 60 of file static_inst.hh.
|
inlineexplicit |
Definition at line 63 of file static_inst.hh.
RegIndex gem5::X86ISA::GpRegIndex::index |
Definition at line 62 of file static_inst.hh.