Searched refs:C2 (Results 1 - 9 of 9) sorted by relevance

/gem5/src/systemc/tests/systemc/communication/sc_event_queue/test01/
H A Dtest01.cpp56 sc_clock C2 ("C2", 40, SC_NS);
67 S2.Clock(C2);
/gem5/ext/pybind11/tests/
H A Dtest_operator_overloading.cpp51 class C2 { }; class
54 int operator+(const C2 &, const C2 &) { return 22; }
55 int operator+(const C2 &, const C1 &) { return 21; }
56 int operator+(const C1 &, const C2 &) { return 12; }
121 py::class_<C2>(m, "C2")
124 .def("__add__", [](const C2& c2, const C1& c1) { return c2 + c1; })
125 .def("__radd__", [](const C2& c2, const C1& c1) { return c1 + c2; });
H A Dtest_operator_overloading.py66 c1, c2 = m.C1(), m.C2()
/gem5/src/systemc/tests/systemc/misc/synth/synth_gnats/pr-207/pr-207_blast/
H A Dpr-207_blast.cpp62 const sig_char& C2,
73 c2(C2),
56 pr207(sc_module_name NAME, sc_clock& CLK, const sig_bool& RESET, const sig_bool& START, const sig_char& C1, const sig_char& C2, const sig_uchar& IDX1, const sig_uchar& IDX2, sig_char& D1, sig_char& D2, sig_bool& READY ) argument
/gem5/src/systemc/tests/systemc/misc/synth/synth_gnats/pr-207/pr-207_mem/
H A Dpr-207_mem.cpp61 const sig_char& C2,
72 c2(C2),
55 pr207(sc_module_name NAME, sc_clock& CLK, const sig_bool& RESET, const sig_bool& START, const sig_char& C1, const sig_char& C2, const sig_uchar& IDX1, const sig_uchar& IDX2, sig_char& D1, sig_char& D2, sig_bool& READY ) argument
/gem5/src/systemc/tests/systemc/misc/synth/synth_gnats/pr-207/pr-207_rf/
H A Dpr-207_rf.cpp61 const sig_char& C2,
72 c2(C2),
55 pr207(sc_module_name NAME, sc_clock& CLK, const sig_bool& RESET, const sig_bool& START, const sig_char& C1, const sig_char& C2, const sig_uchar& IDX1, const sig_uchar& IDX2, sig_char& D1, sig_char& D2, sig_bool& READY ) argument
/gem5/src/systemc/tests/systemc/compliance_1666/test001/
H A Dtest001.cpp114 struct C2: I_F //// Channel derived from neither sc_module nor sc_prim_channel DOULOS049 struct in inherits:I_F
179 sc_port<C2> p2;
197 sc_port<C2> p2;
229 void Modb::funny() { C1 c1; C2 c2; C3 c3; }
274 C2 c2;
/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
H A Dvec_reg.hh223 template<typename VE2, size_t NE2, bool C2>
225 operator==(const VecRegT<VE2, NE2, C2>& that) const
232 template<typename VE2, size_t NE2, bool C2>
234 operator!=(const VecRegT<VE2, NE2, C2>& that) const

Completed in 15 milliseconds