Searched refs:end (Results 376 - 399 of 399) sorted by relevance

<<111213141516

/gem5/src/arch/hsail/insts/
H A Dpseudo_inst.cc586 w->instructionBuffer.end());
/gem5/src/systemc/utils/
H A Dvcd.cc152 if (it == scopes.end())
161 os << "$scope module " << name << " $end" << std::endl;
178 ccprintf(os, "$var %s % 3d %s %s $end\n",
181 ccprintf(os, "$var %s % 3d %s %s [%d:0] $end\n",
189 os << "$upscope $end" << std::endl;
234 stream() << "$end" << std::endl << std::endl;
239 stream() << "$end" << std::endl << std::endl;
245 stream() << "$end" << std::endl << std::endl;
252 stream() << "$enddefinitions $end" << std::endl << std::endl;
268 stream() << "$end" << st
[all...]
/gem5/src/arch/
H A Disa_parser.py282 # incorporated in the decode function itself (that will also end up in
369 code = code[:exprStart] + newExpr + code[match.end():]
1156 is_dest = (assignRE.match(code, match.end()) != None)
1190 # start next search after end of current match
1191 next_pos = match.end()
1333 # start next search after end of current match
1334 next_pos = match.end()
1410 # OpClass constants end in 'Op' except No_OpClass
2685 # The build system can end up running the ISA parser twice: once to
/gem5/src/base/loader/
H A Delf_object.cc559 return sectionNames.find(sec) != sectionNames.end();
/gem5/src/cpu/o3/
H A Dlsq.hh383 * the end of its life cycle.
412 isAnyActiveElement(byteEnable.begin(), byteEnable.end())) {
/gem5/src/mem/
H A Drequest.hh586 _byteEnable.end());
/gem5/ext/pybind11/include/pybind11/detail/
H A Dclass.h302 assert(pos != internals.patients.end());
451 type->tp_dictoffset = type->tp_basicsize; // place dict at the end
/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-param-test.h86 // Range(begin, end [, step]) - Yields values {begin, begin+step,
88 // include end. step defaults to 1.
91 // ValuesIn(begin,end) container, or an iterator range [begin, end).
221 // Range(start, end)
224 // Range(start, end, step)
228 // * The generated sequences never include end. For example, Range(1, 5)
231 // * start and end must have the same type. That type may be any integral or
238 // * Condition start < end must be satisfied in order for resulting sequences
242 internal::ParamGenerator<T> Range(T start, T end, Increment argument
248 Range(T start, T end) argument
310 ValuesIn(ForwardIterator begin, ForwardIterator end) argument
[all...]
H A Dgtest-printers.h377 it != container.end(); ++it, ++count) {
989 // We must include this header at the end to make sure it can use the
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc676 // Leading surrogate is at the end of the string.
863 static bool RangeIsShuffled(const TestingVector& vector, int begin, int end) { argument
864 for (int i = begin; i < end; i++) {
873 const TestingVector& vector, int begin, int end) {
874 return !RangeIsShuffled(vector, begin, end);
902 // ...at the end...
907 // ...and past the end.
924 // ...and at the end.
1638 if (added_env.find(name) != added_env.end()) {
7652 EXPECT_EQ(3, na.end()
872 RangeIsUnshuffled( const TestingVector& vector, int begin, int end) argument
[all...]
H A Dgtest-printers_test.cc622 // Array a contains '\0' in the middle and doesn't end with '\0'.
635 // Array a contains '\0' in the middle and doesn't end with '\0'.
870 std::sort(numbers.begin(), numbers.end());
/gem5/ext/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc1535 EXPECT_TRUE(es.begin() == es.end());
1539 EXPECT_TRUE(it != es.end());
1542 EXPECT_TRUE(it== es.end());
H A Dgmock-matchers_test.cc4493 // Offers only begin() and end() accessors, yielding InputIterator.
4508 const_iterator end() const { function in class:testing::gmock_matchers_test::Streamlike
4509 return const_iterator(this, remainder_.end());
4561 for (Iter it = s.remainder_.begin(); it != s.remainder_.end(); ++it) {
4577 while (it != s.end()) {
4605 EXPECT_EQ("distance between begin() and end() is equal to 2", Describe(m));
4606 EXPECT_EQ("distance between begin() and end() isn't equal to 2",
4616 EXPECT_EQ("whose distance between begin() and end() 0 doesn't match",
4618 EXPECT_EQ("whose distance between begin() and end() 0 matches",
4620 EXPECT_EQ("whose distance between begin() and end()
[all...]
/gem5/ext/mcpat/cacti/
H A Dwire.cc683 for (citer = repeated_wire.begin(); citer != repeated_wire.end();
/gem5/ext/systemc/src/tlm_utils/
H A Dtlm2_base_protocol_checker.h837 for (deque_t::iterator i = path.begin(); i < path.end(); i++)
/gem5/src/systemc/core/
H A Dsc_module.cc843 return sc_gem5::findEvent(name) != sc_gem5::allEvents.end() ||
/gem5/configs/common/
H A DSimulation.py185 print("Resuming from SimPoint", end=' ')
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.cc265 std::sort(pairs.begin(), pairs.end());
/gem5/src/mem/cache/
H A Dcache.cc278 outstandingSnoop.end();
1084 // We may end up modifying both the block state and the packet (if
1365 // get a snoop response that we end up treating just like a
H A Dbase.cc109 addrRanges(p->addr_ranges.begin(), p->addr_ranges.end()),
1416 // and a response that has data is the same in the end)
/gem5/src/base/
H A Dstatistics.hh274 * Set the name and marks this stat to print at the end of simulation.
306 * Set the description and marks this stat to print at the end of
319 * Set the precision and marks this stat to print at the end of simulation.
331 * Set the flags and marks this stat to print at the end of simulation.
343 * Set the prerequisite stat and marks this stat to print at the end of
373 * at the end of simulation.
397 * print at the end of simulation.
2236 ConstVectorNode(const T &s) : vresult(s.begin(), s.end()) {}
2966 for (it = cmap.begin(); it != cmap.end(); it++) {
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h36 // end with _ are part of Google Test's public API and can be used by
845 // Use this annotation at the end of a struct/class definition to
1070 // (They seem to think the ">" in "5 > 0" marks the end of the
1652 // // end of the current scope.
2285 std::string::iterator it = str.end();
/gem5/src/cpu/minor/
H A Dexecute.cc223 * at the end of micro-op sequence when we're not suspended */
622 * this instruction to get to the end of its FU */
750 * this instruction to get to the end of its FU */
812 /* Got to the end of a line */
925 * calculated. At the end of the FU, when it is ready to
942 * the fault when we get to the end of the FU */
1031 * Try and execute as many instructions from the end of FU pipelines as
1035 * long as we can find the desired instruction at the end of the
1091 * remains true to the end of the loop body.
1157 * - Have reached the end o
[all...]
/gem5/src/sim/
H A Dsyscall_emul.hh1105 for (it=sysh->signalList.begin(); it!=sysh->signalList.end(); it++)
1556 } while (pids.find(temp_pid) != pids.end());
2713 for (iter=sysh->signalList.begin(); iter!=sysh->signalList.end(); iter++) {

Completed in 167 milliseconds

<<111213141516