gem5
v21.1.0.1
|
#include <gpu_dyn_inst.hh>
Public Member Functions | |
AtomicOpCAS (T _c, T _s, ComputeUnit *compute_unit) | |
void | execute (T *b) |
AtomicOpFunctor * | clone () |
![]() | |
void | operator() (uint8_t *p) |
![]() | |
virtual | ~AtomicOpFunctor () |
Public Attributes | |
T | c |
T | s |
ComputeUnit * | computeUnit |
Definition at line 56 of file gpu_dyn_inst.hh.
|
inline |
Definition at line 64 of file gpu_dyn_inst.hh.
Referenced by gem5::AtomicOpCAS< T >::clone().
|
inlinevirtual |
Implements gem5::TypedAtomicOpFunctor< T >.
Definition at line 78 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 68 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 59 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 62 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 60 of file gpu_dyn_inst.hh.
Referenced by gem5::AtomicOpCAS< T >::clone(), and gem5::AtomicOpCAS< T >::execute().