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

/gem5/src/cpu/
H A Dinst_res.hh62 enum class ResultType { class in class:InstResult
73 ResultType type;
77 InstResult() : type(ResultType::Invalid) { }
80 explicit InstResult(T i, const ResultType& t) : type(t) {
91 explicit InstResult(const VecRegContainer& v, const ResultType& t)
94 explicit InstResult(const VecPredRegContainer& v, const ResultType& t)
102 case ResultType::Invalid:
104 case ResultType::Scalar:
107 case ResultType::VecElem:
110 case ResultType
[all...]
H A Dbase_dyn_inst.hh635 InstResult::ResultType::Scalar));
645 InstResult::ResultType::VecReg));
655 InstResult::ResultType::VecElem));
665 InstResult::ResultType::VecPredReg));
/gem5/src/cpu/checker/
H A Dcpu.hh338 InstResult::ResultType::Scalar));
346 InstResult::ResultType::VecReg));
354 InstResult::ResultType::VecElem));
362 InstResult::ResultType::VecPredReg));
H A Dcpu_impl.hh493 copyResult(inst, InstResult(0ul, InstResult::ResultType::Scalar), idx);
501 InstResult(0ul, InstResult::ResultType::Scalar));
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h2310 typedef typename Functor::result_type ResultType; typedef in struct:testing::internal::CallableTraits
2315 static ResultType Invoke(Functor f, T arg) { return f(arg); }
2321 typedef ResType ResultType; typedef in struct:testing::internal::CallableTraits
2339 typedef typename CallableTraits<Callable>::ResultType ResultType; typedef in class:testing::internal::ResultOfMatcher
2341 ResultOfMatcher(Callable callable, const Matcher<ResultType>& matcher)
2357 Impl(CallableStorageType callable, const Matcher<ResultType>& matcher)
2374 ResultType result =
2386 const Matcher<ResultType> matcher_;
2392 const Matcher<ResultType> matcher
[all...]

Completed in 29 milliseconds