gem5
v20.1.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 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 51 of file gpu_dyn_inst.hh.
|
inline |
Definition at line 59 of file gpu_dyn_inst.hh.
Referenced by AtomicOpCAS< T >::clone().
|
inlinevirtual |
Implements TypedAtomicOpFunctor< T >.
Definition at line 73 of file gpu_dyn_inst.hh.
References AtomicOpCAS< T >::AtomicOpCAS(), AtomicOpCAS< T >::c, AtomicOpCAS< T >::computeUnit, and AtomicOpCAS< T >::s.
|
inlinevirtual |
Implements TypedAtomicOpFunctor< T >.
Definition at line 63 of file gpu_dyn_inst.hh.
References ArmISA::b, AtomicOpCAS< T >::c, AtomicOpCAS< T >::computeUnit, ComputeUnit::numCASOps, ComputeUnit::numFailedCASOps, and AtomicOpCAS< T >::s.
T AtomicOpCAS< T >::c |
Definition at line 54 of file gpu_dyn_inst.hh.
Referenced by AtomicOpCAS< T >::clone(), and AtomicOpCAS< T >::execute().
ComputeUnit* AtomicOpCAS< T >::computeUnit |
Definition at line 57 of file gpu_dyn_inst.hh.
Referenced by AtomicOpCAS< T >::clone(), and AtomicOpCAS< T >::execute().
T AtomicOpCAS< T >::s |
Definition at line 55 of file gpu_dyn_inst.hh.
Referenced by AtomicOpCAS< T >::clone(), and AtomicOpCAS< T >::execute().