|
gem5
|
#include <gpu_dyn_inst.hh>
Public Member Functions | |
| AtomicOpXor (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 69 of file gpu_dyn_inst.hh.
|
inline |
Definition at line 73 of file gpu_dyn_inst.hh.
|
inlinevirtual |
Implements TypedAtomicOpFunctor< T >.
Definition at line 74 of file gpu_dyn_inst.hh.
References AtomicOpXor< T >::a.
| T AtomicOpXor< T >::a |
Definition at line 72 of file gpu_dyn_inst.hh.
Referenced by AtomicOpXor< T >::execute().