Searched refs:S2 (Results 1 - 4 of 4) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.2/
H A Dstage1_2.h48 stage2 S2; // component member in struct:stage1_2
59 S2("Stage2", TICK, sum, diff, PROD, QUOT),
/gem5/src/systemc/tests/systemc/communication/sc_event_queue/test01/
H A Dtest01.cpp66 Sender S2("S2");
67 S2.Clock(C2);
68 S2.E(E);
/gem5/src/systemc/tests/systemc/misc/user_guide/chpt4.1/
H A Dmain.cpp61 stage2 S2("Stage2", clk, sum, diff, prod, quot);
/gem5/src/arch/generic/
H A Dvec_reg.hh347 template<size_t S2>
349 operator==(const VecRegContainer<S2>& that) const
351 return SIZE == S2 &&
357 template<size_t S2>
359 operator!=(const VecRegContainer<S2>& that) const

Completed in 8 milliseconds