gem5 v24.0.0.0
|
#include <microop_args.hh>
Public Member Functions | |
RegIndex | opIndex () const |
DataHiOp (RegIndex data_hi, size_t _size) | |
Public Attributes | |
const RegIndex | dataHi |
const size_t | size |
Definition at line 116 of file microop_args.hh.
|
inline |
Definition at line 122 of file microop_args.hh.
|
inline |
Definition at line 120 of file microop_args.hh.
References dataHi.
const RegIndex gem5::X86ISA::DataHiOp::dataHi |
Definition at line 118 of file microop_args.hh.
Referenced by opIndex().
const size_t gem5::X86ISA::DataHiOp::size |
Definition at line 119 of file microop_args.hh.