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

/gem5/src/systemc/tests/systemc/1666-2011-compliance/overkill_bug/
H A Doverkill_bug.cpp43 f0 = 0;
62 int f0; member in struct:Top
70 f0 = 1;
83 sc_assert( top.f0 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/late_reset_bug/
H A Dlate_reset_bug.cpp49 f0 = f1 = 0;
55 int f0, f1; member in struct:Top
72 f0 = 1;
84 sc_assert( top.f0 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/living_dead_bug/
H A Dliving_dead_bug.cpp47 f0 = f1 = 0;
51 int f0, f1; member in struct:Top
63 f0 = 1;
82 sc_assert( top.f0 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/self_reset_bug/
H A Dself_reset_bug.cpp45 f0 = f1 = f2 = f3 = 0;
50 int f0, f1, f2, f3; member in struct:Top
57 f0 = 1;
90 sc_assert( top.f0 );
/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
87 f0 = 1;
117 sc_assert( top.f0 );
/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
96 case 0: sc_assert(sc_time_stamp() == sc_time( 0, SC_NS)); f0 = 1; break;
124 sc_assert( top.f0 );
/gem5/src/systemc/tests/systemc/misc/examples/a2901/
H A Da2901_output_and_shifter.cpp43 bool i8, i7, f0, f3, q0, q3; local
51 f0 = F.read()[0];
60 t_RAM0 .write( (( i8 == 0x1) && ( i7 == 0x0 )) ? f0 : 0x0);
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dmove.S23 insn f0, f1, f2; \
24 fmv.x.d a0, f0)
48 fsgnj.s f0, f1, f2; \
49 fmv.x.s a0, f0); \
55 fsgnj.s f0, f1, f2; \
56 fmv.x.d a0, f0)
80 fsgnj.d f0, f1, f2; \
81 feq.s a0, f0, f0; \
84 fmv.x.s a0, f0; \
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/mixed_child_procs/
H A Dmixed_child_procs.cpp59 f0 = new int[n];
70 f0[i] = 0;
88 int *f0, *f1, *f2, *f3, *f4, *f5; member in struct:Top
136 case 0: f0[i]=1; break;
175 case 0: f0[i]=2; break;
199 sc_assert( top.f0[i] );
202 if (top.f0[i] == 1) // i.e. a thread process
/gem5/tests/test-progs/asmtest/src/riscv/isa/macros/scalar/
H A Dtest_macros.h386 flw f0, 0(a0); \
408 fld f0, 0(a0); \
431 fld f0, 0(a0); \
453 fcvt.s.d f3, f0; fcvt.d.s f3, f3; fsd f3, 0(a0); lw t2, 4(a0); lw a0, 0(a0))
457 fcvt.s.d f3, f0; fcvt.d.s f3, f3; fmv.x.d a0, f3)
461 fcvt.d.s f3, f0; fcvt.s.d f3, f3; fmv.x.s a0, f3)
465 inst f3, f0; fmv.x.s a0, f3)
469 inst f3, f0; fsd f3, 0(a0); lw t2, 4(a0); lw a0, 0(a0))
474 inst f3, f0; fmv.x.d a0, f3)
478 inst f3, f0; fm
[all...]
/gem5/src/systemc/tests/systemc/1666-2011-compliance/child_proc_control/
H A Dchild_proc_control.cpp51 f0 = f1 = 0;
70 int f0, f1; member in struct:Top
118 f0 = 1;
201 sc_assert( top.f0 );
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uf/
H A Dmove.S31 insn f0, f1, f2; \
32 fmv.x.s a0, f0)
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-tuple.h219 explicit tuple(GTEST_BY_REF_(T0) f0) : f0_(f0) {}
251 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1) : f0_(f0),
294 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1,
295 GTEST_BY_REF_(T2) f2) : f0_(f0), f1_(f1), f2_(f2) {}
331 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1,
332 GTEST_BY_REF_(T2) f2, GTEST_BY_REF_(T3) f3) : f0_(f0), f1_(f1), f2_(f2),
372 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1,
374 GTEST_BY_REF_(T4) f4) : f0_(f0), f1
619 explicit tuple(GTEST_BY_REF_(T0) f0, GTEST_BY_REF_(T1) f1, member in class:std::tr1::tuple
678 make_tuple(const T0& f0) argument
683 make_tuple(const T0& f0, const T1& f1) argument
688 make_tuple(const T0& f0, const T1& f1, const T2& f2) argument
693 make_tuple(const T0& f0, const T1& f1, const T2& f2, const T3& f3) argument
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/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
215 f0 = 1;
302 sc_assert( top.f0 );
/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
341 case 1: sc_assert( sc_time_stamp() == sc_time(10, SC_NS) ); f0=1; break;
395 sc_assert( top.f0 );
/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
255 case 0: f0=1; break;
371 sc_assert( top.f0 );
/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
269 case 5: sc_assert( sc_time_stamp() == sc_time( 40, SC_NS) ); f0=1; break;
395 sc_assert( top.f0 );
/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
262 case 1: sc_assert( sc_time_stamp() == sc_time(0, SC_NS) ); f0=1; break;
382 sc_assert(m.f0);
/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
/gem5/system/alpha/h/
H A Ddc21164FromGasSources.h728 #define f0 $f0 macro
/gem5/ext/dsent/model/optical/
H A DRingModulator.cc224 double f0 = c / lambda; local
226 double Q_f = std::min(f0 / BW, Q_max); // Quality factor
/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
/gem5/system/alpha/palcode/
H A Dosfpal.S1969 mf_fpcr f0 // original
1971 SAVE_FPR(f0,CNS_Q_FPR+0x00,r1)
2007 //orig store_reg1 fpcsr, f0, r1, fpcsr=1
2009 SAVE_FPR(f0,CNS_Q_FPCSR,r1) // fpcsr loaded above into f0 -- can it reach
2100 //orig restore_reg1 fpcsr, f0, r1, fpcsr=1
2101 //orig mt_fpcr f0
2106 RESTORE_FPR(f0,CNS_Q_FPCSR,r1) // can it reach?? pb
2107 mt_fpcr f0 // original
2112 RESTORE_FPR(f0,CNS_Q_FP
[all...]

Completed in 40 milliseconds