gem5 v24.0.0.0
|
#include <microop_args.hh>
Public Member Functions | |
RegIndex | opIndex () const |
DataLowOp (RegIndex data_low, size_t _size) | |
Public Attributes | |
const RegIndex | dataLow |
const size_t | size |
Definition at line 125 of file microop_args.hh.
|
inline |
Definition at line 131 of file microop_args.hh.
|
inline |
Definition at line 129 of file microop_args.hh.
References dataLow.
const RegIndex gem5::X86ISA::DataLowOp::dataLow |
Definition at line 127 of file microop_args.hh.
Referenced by opIndex().
const size_t gem5::X86ISA::DataLowOp::size |
Definition at line 128 of file microop_args.hh.