Searched refs:t2 (Results 26 - 47 of 47) sorted by relevance

12

/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_timeout/
H A Dproc_ctrl_timeout.cpp51 t2 = sc_get_current_process_handle();
70 sc_process_handle t1, t2, t3, t4, t5; member in struct:Top
94 t2.disable();
103 t2.kill();
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sync_reset/
H A Dsync_reset.cpp57 t2 = sc_get_current_process_handle();
71 sc_process_handle t1, t2, t3; member in struct:M2
229 t2.resume();
236 t2.sync_reset_on();
239 t2.sync_reset_off();
240 t2.suspend();
329 t2.suspend(); // Hack to work around not being able to call suspend during elab
/gem5/src/systemc/tests/systemc/1666-2011-compliance/throw_it/
H A Dthrow_it.cpp51 t2 = sc_get_current_process_handle();
71 sc_process_handle t1, t2, t3, t4, t5; member in struct:Top
267 t2.throw_it(ex); // Process throws an exception to itself
271 sc_assert( t2.valid() );
272 sc_assert( !t2.terminated() );
/gem5/ext/pybind11/tests/
H A Dconstructor_stats.h170 const std::type_index *t1 = nullptr, *t2 = nullptr; local
176 t2 = &p.first;
186 // If we have both a t1 and t2 match, one is probably the trampoline class; return whichever
188 if (t2) {
189 auto &cs2 = get(*t2);
H A Dtest_callbacks.cpp32 auto t2 = py::make_tuple(5, 6);
33 return f("positional", 1, *t1, 4, *t2);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/async_reset/
H A Dasync_reset.cpp80 t2 = sc_get_current_process_handle();
81 t2.disable();
102 sc_process_handle ct, t, m, ct2, t2; member in struct:Top
248 t2.enable();
286 t2.sync_reset_on();
300 t2.sync_reset_off();
306 t2.sync_reset_on();
319 t2.sync_reset_off();
333 t2.reset();
/gem5/system/alpha/console/
H A Ddbmentry.S200 mov a2, t2 # what to spin on
203 ldl t3, 0(t2)
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/mt/
H A Dtest_macros_mt_ecall.h175 mv t2, a0 variable
185 mv a3, t2 // pointer to the low address of the new TLS,
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h440 bne t1, t2, fail; \
453 fcvt.s.d f3, f0; fcvt.d.s f3, f3; fsd f3, 0(a0); lw t2, 4(a0); lw a0, 0(a0))
469 inst f3, f0; fsd f3, 0(a0); lw t2, 4(a0); lw a0, 0(a0))
470 // ^: store computation result in address from a0, load high-word into t2
482 inst f3, f0; fsd f3, 0(a0); lw t2, 4(a0); lw a0, 0(a0))
483 // ^: store computation result in address from a0, load high-word into t2
495 inst f3, f0, f1; fsd f3, 0(a0); lw t2, 4(a0); lw a0, 0(a0))
496 // ^: store computation result in address from a0, load high-word into t2
508 inst f3, f0, f1, f2; fsd f3, 0(a0); lw t2, 4(a0); lw a0, 0(a0))
509 // ^: store computation result in address from a0, load high-word into t2
[all...]
/gem5/src/systemc/core/
H A Dsc_time.cc280 operator / (const sc_time &t1, const sc_time &t2) argument
282 return t1.to_double() / t2.to_double();
/gem5/ext/dsent/model/electrical/
H A DBroadcastHTree.cc284 ElectricalTimingTree t2("LeafHead", m_leaf_head_driver_);
315 transition = t2.calculateNodeTransition(m_leaf_head_driver_->getNet("Y"));
/gem5/system/alpha/h/
H A DfromHudsonOsf.h364 #define t2 $3 macro
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl/
H A Dproc_ctrl.cpp68 sc_process_handle t1, t2; local
/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc978 ThreadLocal<void*> t2; local
979 EXPECT_TRUE(t2.get() == NULL);
987 ThreadLocal<int*> t2(&i);
988 EXPECT_EQ(&i, t2.get());
H A Dgtest-printers_test.cc1007 ::std::tr1::tuple<char, bool> t2('a', true);
1008 EXPECT_EQ("('a' (97, 0x61), true)", Print(t2));
1066 ::std::tuple<char, bool> t2('a', true);
1067 EXPECT_EQ("('a' (97, 0x61), true)", Print(t2));
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.cpp260 const sc_time& t2 = et2->notify_time(); local
262 if( t1 < t2 ) {
264 } else if( t1 > t2 ) {
/gem5/src/dev/net/
H A Di8254xGBe_defs.hh240 inline bool isTypes(TxDesc *d, uint8_t t1, uint8_t t2) { return isType(d, t1) || isType(d, t2); } argument
/gem5/ext/mcpat/
H A DxmlParser.cc115 inline int mmin( const int t1, const int t2 ) {
116 return t1 < t2 ? t1 : t2;
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-tuple.h947 // SameSizeTuplePrefixComparator<k, k>::Eq(t1, t2) returns true if the
948 // first k fields of t1 equals the first k fields of t2.
957 static bool Eq(const Tuple1& /* t1 */, const Tuple2& /* t2 */) {
965 static bool Eq(const Tuple1& t1, const Tuple2& t2) {
966 return SameSizeTuplePrefixComparator<k - 1, k - 1>::Eq(t1, t2) &&
967 ::std::tr1::get<k - 1>(t1) == ::std::tr1::get<k - 1>(t2);
/gem5/src/arch/arm/
H A Dmiscregs_types.hh230 Bitfield<2> t2; member in namespace:ArmISA
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-actions_test.cc743 n_type t2 = n; local
744 return t1 + t2;
H A Dgmock-generated-matchers_test.cc1265 bool AllOf(const T1& t1, const T2& t2) { return true; } argument
1273 AnyOf(const T1& t1, const T2& t2) { return true; } argument

Completed in 89 milliseconds

12