gem5 v24.0.0.0
|
#include <gpu_dyn_inst.hh>
Public Member Functions | |
AtomicOpCAS (T _c, T _s, ComputeUnit *compute_unit) | |
void | execute (T *b) |
AtomicOpFunctor * | clone () |
Public Member Functions inherited from gem5::TypedAtomicOpFunctor< T > | |
void | operator() (uint8_t *p) |
Public Member Functions inherited from gem5::AtomicOpFunctor | |
virtual | ~AtomicOpFunctor () |
Public Attributes | |
T | c |
T | s |
ComputeUnit * | computeUnit |
Definition at line 54 of file gpu_dyn_inst.hh.
|
inline |
Definition at line 62 of file gpu_dyn_inst.hh.
Referenced by gem5::AtomicOpCAS< T >::clone().
|
inlinevirtual |
Implements gem5::TypedAtomicOpFunctor< T >.
Definition at line 76 of file gpu_dyn_inst.hh.
References gem5::AtomicOpCAS< T >::AtomicOpCAS(), gem5::AtomicOpCAS< T >::c, gem5::AtomicOpCAS< T >::computeUnit, and gem5::AtomicOpCAS< T >::s.
|
inlinevirtual |
Implements gem5::TypedAtomicOpFunctor< T >.
Definition at line 66 of file gpu_dyn_inst.hh.
References gem5::ArmISA::b, gem5::AtomicOpCAS< T >::c, gem5::AtomicOpCAS< T >::computeUnit, gem5::ComputeUnit::ComputeUnitStats::numCASOps, gem5::ComputeUnit::ComputeUnitStats::numFailedCASOps, gem5::AtomicOpCAS< T >::s, and gem5::ComputeUnit::stats.
T gem5::AtomicOpCAS< T >::c |
Definition at line 57 of file gpu_dyn_inst.hh.
Referenced by gem5::AtomicOpCAS< T >::clone(), and gem5::AtomicOpCAS< T >::execute().
ComputeUnit* gem5::AtomicOpCAS< T >::computeUnit |
Definition at line 60 of file gpu_dyn_inst.hh.
Referenced by gem5::AtomicOpCAS< T >::clone(), and gem5::AtomicOpCAS< T >::execute().
T gem5::AtomicOpCAS< T >::s |
Definition at line 58 of file gpu_dyn_inst.hh.
Referenced by gem5::AtomicOpCAS< T >::clone(), and gem5::AtomicOpCAS< T >::execute().