Searched defs:_op (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/riscv/insts/
H A Damo.hh127 AtomicGenericOp(T _a, std::function<void(T*,T)> _op) argument
/gem5/src/arch/arm/insts/
H A Dmem64.hh272 AtomicGeneric2Op(T _a, std::function<void(T*,T)> _op) argument
292 AtomicGeneric3Op(T _a, T _c, std::function<void(T*, T, T)> _op) argument
313 AtomicGenericPair3Op(std::array<T, 2>& _a, std::array<T, 2> _c, std::function<void(T*, std::array<T, 2>&, std::array<T, 2>)> _op) argument

Completed in 6 milliseconds