Searched refs:AtomicOpSub (Results 1 - 1 of 1) sorted by relevance

/gem5/src/gpu-compute/
H A Dgpu_dyn_inst.hh132 class AtomicOpSub : public TypedAtomicOpFunctor<T> class in inherits:TypedAtomicOpFunctor
136 AtomicOpSub(T _a) : a(_a) { } function in class:AtomicOpSub
138 AtomicOpFunctor* clone () { return new AtomicOpSub(a); }
382 return new AtomicOpSub<c0>(*reg0);

Completed in 5 milliseconds