gem5
|
Class for register indices passed to instruction constructors. More...
#include <static_inst.hh>
Public Member Functions | |
InstRegIndex (RegIndex _idx) | |
Public Attributes | |
RegIndex | idx |
Class 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 54 of file static_inst.hh.
|
inlineexplicit |
Definition at line 57 of file static_inst.hh.
RegIndex X86ISA::InstRegIndex::idx |
Definition at line 56 of file static_inst.hh.
Referenced by X86ISA::MemOp::MemOp().