gem5
|
#include <gpu_dyn_inst.hh>
Public Member Functions | |
AtomicOpCAS (T _c, T _s, ComputeUnit *compute_unit) | |
void | execute (T *b) |
Public Member Functions inherited from TypedAtomicOpFunctor< T > | |
void | operator() (uint8_t *p) |
Public Member Functions inherited from AtomicOpFunctor | |
virtual | ~AtomicOpFunctor () |
Public Attributes | |
T | c |
T | s |
ComputeUnit * | computeUnit |
Definition at line 78 of file gpu_dyn_inst.hh.
|
inline |
Definition at line 86 of file gpu_dyn_inst.hh.
|
inlinevirtual |
Implements TypedAtomicOpFunctor< T >.
Definition at line 90 of file gpu_dyn_inst.hh.
References AtomicOpCAS< T >::c, AtomicOpCAS< T >::computeUnit, ComputeUnit::numCASOps, ComputeUnit::numFailedCASOps, AtomicOpCAS< T >::s, ComputeUnit::xact_cas_mode, and ComputeUnit::xactCasLoadMap.
T AtomicOpCAS< T >::c |
Definition at line 81 of file gpu_dyn_inst.hh.
Referenced by AtomicOpCAS< T >::execute().
ComputeUnit* AtomicOpCAS< T >::computeUnit |
Definition at line 84 of file gpu_dyn_inst.hh.
Referenced by AtomicOpCAS< T >::execute().
T AtomicOpCAS< T >::s |
Definition at line 82 of file gpu_dyn_inst.hh.
Referenced by AtomicOpCAS< T >::execute().