|
gem5
|
#include <gpu_dyn_inst.hh>
Public Member Functions | |
| AtomicOpMax (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 150 of file gpu_dyn_inst.hh.
|
inline |
Definition at line 154 of file gpu_dyn_inst.hh.
|
inlinevirtual |
Implements TypedAtomicOpFunctor< T >.
Definition at line 157 of file gpu_dyn_inst.hh.
References AtomicOpMax< T >::a.
| T AtomicOpMax< T >::a |
Definition at line 153 of file gpu_dyn_inst.hh.
Referenced by AtomicOpMax< T >::execute().