gem5
|
#include <gpu_dyn_inst.hh>
Public Member Functions | |
AtomicOpAdd (T _a) | |
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 | a |
Definition at line 116 of file gpu_dyn_inst.hh.
|
inline |
Definition at line 120 of file gpu_dyn_inst.hh.
|
inlinevirtual |
Implements TypedAtomicOpFunctor< T >.
Definition at line 121 of file gpu_dyn_inst.hh.
References AtomicOpAdd< T >::a.
T AtomicOpAdd< T >::a |
Definition at line 119 of file gpu_dyn_inst.hh.
Referenced by AtomicOpAdd< T >::execute().