Searched refs:move (Results 51 - 56 of 56) sorted by relevance

123

/gem5/src/arch/arm/
H A Dsemihosting.cc303 files.push_back(std::move(file));
/gem5/src/cpu/o3/
H A Dlsq_impl.hh720 size, flags, data, res, std::move(amo_op));
/gem5/src/cpu/simple/
H A Dtiming.cc583 std::move(amo_op));
/gem5/src/cpu/minor/
H A Dlsq.cc1100 /* Just move between queues, no access */
1375 /* Successfully sent, need to move the request */
1468 /* Try to move address-translated requests between queues and issue
1638 inst->pc.instAddr(), std::move(amo_op));
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h1836 explicit PredicateFormatterFromMatcher(M m) : matcher_(internal::move(m)) {}
1880 return PredicateFormatterFromMatcher<M>(internal::move(matcher));
2277 // https://connect.microsoft.com/VisualStudio/feedback/details/1106363/internal-compiler-error-with-analyze-due-to-failure-to-infer-move
/gem5/src/base/
H A Dstatistics.hh3134 Temp(NodePtr &&n) : node(std::move(n)) { }

Completed in 45 milliseconds

123