Searched refs:f4 (Results 1 - 23 of 23) sorted by relevance

/gem5/src/systemc/tests/systemc/1666-2011-compliance/disable_enable/
H A Ddisable_enable.cpp49 f0 = f1 = f2 = f3 = f4 = f5 = 0;
55 int f0, f1, f2, f3, f4, f5; member in struct:Top
97 case 5: sc_assert(sc_time_stamp() == sc_time(20, SC_NS)); f4 = 1; break;
128 sc_assert( top.f4 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/mixed_child_procs/
H A Dmixed_child_procs.cpp63 f4 = new int[n];
74 f4[i] = 0;
88 int *f0, *f1, *f2, *f3, *f4, *f5; member in struct:Top
137 case 4: f4[i]=1; break;
177 case 4: f4[i]=1; break;
207 sc_assert( top.f4[i] );
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dstructural.S23 fmv.d.x f4, x0 ;\
29 1:fmul.d f4, f2, f2 ;\
32 fmv.x.d x4, f4 ;\
/gem5/src/systemc/tests/systemc/1666-2011-compliance/recursive_kill_bug/
H A Drecursive_kill_bug.cpp52 f0 = f1 = f2 = f3 = f4 = f5 = f6 = f7 = f8 = f9 = 0;
73 int f0, f1, f2, f3, f4, f5, f6, f7, f8, f9; member in struct:Top
/gem5/ext/pybind11/tests/
H A Dtest_constants_and_functions.py39 assert m.f4(140) == 144
H A Dtest_constants_and_functions.cpp56 int f4(int x) throw() { return x+4; } // Deprecated equivalent to noexcept(true) function in namespace:test_exc_sp
126 m.def("f4", f4);
/gem5/ext/systemc/src/sysc/qt/md/
H A Daxp.s138 stt $f4,24($30)
151 ldt $f4,24($30)
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_writer_policy/
H A Dsc_writer_policy.cpp175 f0 = f1 = f2 = f3 = f4 = f5 = 0;
179 int f0, f1, f2, f3, f4, f5; member in struct:Top
198 f4 = 1;
234 f4 = 1;
269 f4 = 1;
306 sc_assert( top.f4 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/include_descendants/
H A Dinclude_descendants.cpp57 f1 = f2 = f3 = f4 = f5 = f6 = f7 = f8 = f9 = f10 = 0;
65 int f1, f2, f3, f4, f5, f6, f7, f8, f9, f10; member in struct:Top
159 f4 = 1;
309 sc_assert( top.f4 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl/
H A Dproc_ctrl.cpp63 f0 = f1 = f2 = f3 = f4 = f5 = f6 = f7 = f8 = f9 = 0;
71 int f0, f1, f2, f3, f4, f5, f6, f7, f8, f9; local
202 case 4: sc_assert( sc_time_stamp() == sc_time(55, SC_NS) ); f4=1; break;
264 sc_assert(top.f4);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_timeout/
H A Dproc_ctrl_timeout.cpp65 f1 = f2 = f3 = f4 = f5 = f6 = f7 = f8 = f9 = f10 = 0;
73 int f1, f2, f3, f4, f5, f6, f7, f8, f9, f10; member in struct:Top
274 case 0: sc_assert( sc_time_stamp() == sc_time(0, SC_NS) ); f4=1; break;
317 sc_assert( top.f4 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/throw_it/
H A Dthrow_it.cpp66 f0 = f1 = f2 = f3 = f4 = f5 = f6 = f7 = f8 = f9 = 0;
75 int f0, f1, f2, f3, f4, f5, f6, f7, f8, f9; member in struct:Top
105 sc_assert(f4);
242 sc_assert( sc_time_stamp() == sc_time( 10, SC_NS) ); f4=1; break;
350 sc_assert( top.f4 );
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-tuple.h374 GTEST_BY_REF_(T4) f4) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4) {}
417 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4,
418 GTEST_BY_REF_(T5) f5) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4),
464 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4,
466 f3_(f3), f4_(f4), f5_(f5), f6_(f6) {}
513 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4,
515 GTEST_BY_REF_(T7) f7) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4),
565 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4,
567 GTEST_BY_REF_(T8) f8) : f0_(f0), f1_(f1), f2_(f2), f3_(f3), f4_(f4),
620 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3, GTEST_BY_REF_(T4) f4, member in class:std::tr1::tuple
699 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4) argument
705 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5) argument
711 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6) argument
717 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7) argument
723 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7, const T8& f8) argument
730 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3, const T4& f4, const T5& f5, const T6& f6, const T7& f7, const T8& f8, const T9& f9) argument
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_suspends_itself/
H A Dmethod_suspends_itself.cpp58 f0 = f1 = f2 = f3 = f4 = f5 = f6 = f7 = f8 = f9 = 0;
71 int f0, f1, f2, f3, f4, f5, f6, f7, f8, f9; member in struct:Top
345 case 6: sc_assert( sc_time_stamp() == sc_time(50, SC_NS) ); f4=1; break;
399 sc_assert( top.f4 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_immed/
H A Dproc_ctrl_immed.cpp79 f0 = f1 = f2 = f3 = f4 = f5 = f6 = f7 = f8 = f9 = 0;
87 int f0, f1, f2, f3, f4, f5, f6, f7, f8, f9; member in struct:Top
287 case 6: f4=1; break;
375 sc_assert( top.f4 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_priority/
H A Dproc_ctrl_priority.cpp54 f1 = f2 = f3 = f4 = f5 = f6 = f7 = f8 = f9 = 0;
63 int f1, f2, f3, f4, f5, f6, f7, f8, f9; member in struct:Top
325 case 5: sc_assert( sc_time_stamp() == sc_time(45, SC_NS) ); f4=1; break;
352 sc_assert( top.f4 );
/gem5/src/unittest/
H A Dstattest.cc113 Formula f4; member in struct:StatTest
361 f4
388 f4 += constant(10.0);
389 f4 += s5[3];
/gem5/src/systemc/tests/systemc/1666-2011-compliance/async_reset_port/
H A Dasync_reset_port.cpp79 f1 = f2 = f3 = f4 = f5 = f6 = f7 = f8 = f9 = 0;
88 int f1, f2, f3, f4, f5, f6, f7, f8, f9; member in struct:M
137 if (count == 8) { sc_assert(sc_time_stamp() == sc_time( 70, SC_NS)); f4 = 1; }
335 sc_assert(top.m->f4);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_with_reset/
H A Dmethod_with_reset.cpp61 f0 = f1 = f2 = f3 = f4 = f5 = f6 = f7 = f8 = f9 = 0;
72 int f0, f1, f2, f3, f4, f5, f6, f7, f8, f9; member in struct:Top
271 case 17: sc_assert( sc_time_stamp() == sc_time(220, SC_NS) ); f4=1; break;
399 sc_assert( top.f4 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sync_reset/
H A Dsync_reset.cpp64 f0 = f1 = f2 = f3 = f4 = f5 = f6 = f7 = f8 = f9 = 0;
75 int f0, f1, f2, f3, f4, f5, f6, f7, f8, f9; member in struct:M2
266 case 15: sc_assert( sc_time_stamp() == sc_time(140, SC_NS) ); f4=1; break;
386 sc_assert(m.f4);
/gem5/system/alpha/h/
H A Ddc21164FromGasSources.h732 #define f4 $f4 macro
/gem5/src/systemc/tests/systemc/1666-2011-compliance/async_reset/
H A Dasync_reset.cpp86 f1 = f2 = f3 = f4 = f5 = f6 = f7 = f8 = f9 = 0;
105 int f1, f2, f3, f4, f5, f6, f7, f8, f9; member in struct:Top
348 case 8: sc_assert( sc_time_stamp() == sc_time(31, SC_NS) ); f4=1; break;
577 sc_assert(top.f4);
/gem5/system/alpha/palcode/
H A Dosfpal.S1975 SAVE_FPR(f4,CNS_Q_FPR+0x20,r1)
2116 RESTORE_FPR(f4,CNS_Q_FPR+0x20,r1)

Completed in 46 milliseconds