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

/gem5/src/sim/
H A Dfutex_map.hh239 auto it1 = find(key1); local
241 if (it1 == end())
245 auto &waiterList1 = it1->second;
274 erase(it1);
/gem5/src/arch/arm/
H A Dutility.hh220 it.bottom2 = psr.it1;
H A Dfaults.cc509 saved_cpsr.it1 = it.bottom2;
552 cpsr.it1 = cpsr.it2 = 0;
652 spsr.it1 = 0;
661 spsr.it1 = it.bottom2;
H A Dmiscregs_types.hh56 Bitfield<26, 25> it1; member in namespace:ArmISA
/gem5/ext/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc1511 ExpectationSet::const_iterator it1 = es1.begin(); local
1512 ExpectationSet::const_iterator it2 = it1;
1514 EXPECT_TRUE(*it1 == e1 || *it2 == e1); // e1 must be in the set.
1515 EXPECT_TRUE(*it1 == e2 || *it2 == e2); // e2 must be in the set too.
/gem5/src/arch/arm/insts/
H A Dstatic_inst.cc1144 new_cpsr.it1 = it.bottom2;

Completed in 28 milliseconds