Searched refs:P2 (Results 1 - 18 of 18) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/communication/signals/bool/
H A Dmain.cpp53 proc2 P2( "P2", clk, ready, ack );
/gem5/src/systemc/tests/systemc/misc/communication/signals/float/
H A Dmain.cpp53 proc2 P2( "P2", clk, ready, ack );
/gem5/src/systemc/tests/systemc/misc/communication/signals/int/
H A Dmain.cpp53 proc2 P2( "P2", clk, ready, ack );
/gem5/src/systemc/tests/systemc/misc/communication/signals/unsigned/
H A Dmain.cpp53 proc2 P2( "P2", clk, ready, ack );
/gem5/src/systemc/tests/systemc/communication/sc_export/test03/
H A Dtest03.cpp62 sc_port<C_if> P2; local
70 P2->run();
79 the_X.P2( the_E.IFP2 );
/gem5/src/arch/generic/
H A Dvec_pred_reg.hh143 template<typename VE2, size_t NE2, bool P2, bool C2>
145 operator==(const VecPredRegT<VE2, NE2, P2, C2>& that) const
151 template<typename VE2, size_t NE2, bool P2, bool C2>
153 operator!=(const VecPredRegT<VE2, NE2, P2, C2>& that) const
285 template<size_t N2, bool P2>
287 operator==(const VecPredRegContainer<N2, P2>& that) const
289 return NumBits == N2 && Packed == P2 && container == that.container;
293 template<size_t N2, bool P2>
295 operator!=(const VecPredRegContainer<N2, P2>& that) const
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test3/
H A Dtest3.cpp105 asyncproc P2("P2", clock);
/gem5/src/systemc/tests/systemc/misc/communication/reslv/test1/
H A Dtest1.cpp98 cout << "P2: Set to 0" << endl;
102 cout << "P2: Set to Z" << endl;
135 proc2 P2("P2", Bus, clock);
/gem5/src/systemc/tests/systemc/misc/communication/reslv/test2/
H A Dtest2.cpp98 cout << "P2: Set to 0" << endl;
102 cout << "P2: Set to Z" << endl;
135 proc2 P2("P2", Bus, clock);
/gem5/src/systemc/tests/systemc/misc/communication/reslv/test3/
H A Dtest3.cpp99 cout << "P2: Set to 1" << endl;
103 cout << "P2: Set to Z" << endl;
136 proc2 P2("P2", Bus, clock);
/gem5/src/systemc/tests/systemc/misc/communication/reslv/test4/
H A Dtest4.cpp105 cout << "P2: Set to 0" << endl;
109 cout << "P2: Set to Z" << endl;
144 proc2 P2("P2", Bus, clock);
/gem5/src/systemc/tests/systemc/misc/communication/reslv/tvec1/
H A Dtvec1.cpp106 cout << "P2: Set to 0" << endl;
111 cout << "P2: Set to Z" << endl;
145 proc2 P2("P2", Bus, clock);
/gem5/src/systemc/tests/systemc/misc/communication/reslv/tvec2/
H A Dtvec2.cpp104 cout << "P2: Set to 0" << endl;
109 cout << "P2: Set to Z" << endl;
143 proc2 P2("P2", Bus, clock);
/gem5/src/systemc/tests/systemc/misc/communication/reslv/tvec3/
H A Dtvec3.cpp104 cout << "P2: Set to 1" << endl;
109 cout << "P2: Set to Z" << endl;
143 proc2 P2("P2", Bus, clock);
/gem5/src/systemc/tests/systemc/misc/communication/reslv/tvec4/
H A Dtvec4.cpp108 cout << "P2: Set to 0" << endl;
112 cout << "P2: Set to Z" << endl;
147 proc2 P2("P2", Bus, clock);
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test1/
H A Dtest1.cpp163 asyncproc P2("P2", c, a, clock);
/gem5/src/systemc/tests/systemc/misc/user_guide/newsched/test2/
H A Dtest2.cpp157 asyncproc P2("P2", c, a, clock);
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-generated-actions.h1227 #define GMOCK_INTERNAL_COUNT_AND_2_VALUE_PARAMS(p0, p1) P2

Completed in 26 milliseconds