gem5 v24.0.0.0
|
#include <microop_args.hh>
Public Member Functions | |
RegIndex | opIndex () const |
DataOp (RegIndex _data, size_t _size) | |
Public Attributes | |
const RegIndex | data |
const size_t | size |
Definition at line 107 of file microop_args.hh.
|
inline |
Definition at line 113 of file microop_args.hh.
|
inline |
Definition at line 111 of file microop_args.hh.
References data.
const RegIndex gem5::X86ISA::DataOp::data |
Definition at line 109 of file microop_args.hh.
Referenced by opIndex().
const size_t gem5::X86ISA::DataOp::size |
Definition at line 110 of file microop_args.hh.