gem5
v22.0.0.1
|
#include <microop_args.hh>
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 |
Definition at line 130 of file microop_args.hh.
using gem5::X86ISA::IntOp< Base >::ArgType = GpRegIndex |
Definition at line 132 of file microop_args.hh.
|
inline |
Definition at line 135 of file microop_args.hh.
|
inline |
Definition at line 140 of file microop_args.hh.
|
inline |
Definition at line 145 of file microop_args.hh.
References gem5::IntRegClass, gem5::X86ISA::os, and gem5::X86ISA::X86StaticInst::printReg().