gem5
v19.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 () |
![]() | |
void | operator() (uint8_t *p) |
![]() | |
virtual | ~AtomicOpFunctor () |
Public Attributes | |
T | c |
T | s |
ComputeUnit * | computeUnit |
Definition at line 52 of file gpu_dyn_inst.hh.
|
inline |
Definition at line 60 of file gpu_dyn_inst.hh.
Referenced by AtomicOpCAS< T >::clone().
|
inlinevirtual |
Implements TypedAtomicOpFunctor< T >.
Definition at line 78 of file gpu_dyn_inst.hh.
References AtomicOpCAS< T >::AtomicOpCAS().
|
inlinevirtual |
Implements TypedAtomicOpFunctor< T >.
Definition at line 64 of file gpu_dyn_inst.hh.
References ComputeUnit::numCASOps, ComputeUnit::numFailedCASOps, AtomicOpCAS< T >::s, ComputeUnit::xact_cas_mode, and ComputeUnit::xactCasLoadMap.
T AtomicOpCAS< T >::c |
Definition at line 55 of file gpu_dyn_inst.hh.
ComputeUnit* AtomicOpCAS< T >::computeUnit |
Definition at line 58 of file gpu_dyn_inst.hh.
T AtomicOpCAS< T >::s |
Definition at line 56 of file gpu_dyn_inst.hh.
Referenced by AtomicOpCAS< T >::execute().