gem5 v24.0.0.0
Loading...
Searching...
No Matches
gem5::X86ISA::IntOp< Base > Struct Template Reference

#include <microop_args.hh>

Inheritance diagram for gem5::X86ISA::IntOp< Base >:

Public Types

using ArgType = GpRegIndex
 

Public Member Functions

template<class Inst >
 IntOp (Inst *inst, std::enable_if_t< HasDataSizeV< Inst >, ArgType > idx)
 
template<class Inst >
 IntOp (Inst *inst, std::enable_if_t<!HasDataSizeV< Inst >, ArgType > idx)
 
void print (std::ostream &os) const
 

Detailed Description

template<class Base>
struct gem5::X86ISA::IntOp< Base >

Definition at line 145 of file microop_args.hh.

Member Typedef Documentation

◆ ArgType

template<class Base >
using gem5::X86ISA::IntOp< Base >::ArgType = GpRegIndex

Definition at line 147 of file microop_args.hh.

Constructor & Destructor Documentation

◆ IntOp() [1/2]

template<class Base >
template<class Inst >
gem5::X86ISA::IntOp< Base >::IntOp ( Inst * inst,
std::enable_if_t< HasDataSizeV< Inst >, ArgType > idx )
inline

Definition at line 150 of file microop_args.hh.

◆ IntOp() [2/2]

template<class Base >
template<class Inst >
gem5::X86ISA::IntOp< Base >::IntOp ( Inst * inst,
std::enable_if_t<!HasDataSizeV< Inst >, ArgType > idx )
inline

Definition at line 155 of file microop_args.hh.

Member Function Documentation

◆ print()

template<class Base >
void gem5::X86ISA::IntOp< Base >::print ( std::ostream & os) const
inline

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

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