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

/gem5/src/base/
H A Ddebug.hh109 Flag *f16 = nullptr, Flag *f17 = nullptr,
116 addFlag(f15); addFlag(f16); addFlag(f17); addFlag(f18); addFlag(f19);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/include_descendants/
H A Dinclude_descendants.cpp58 f11 = f12 = f13 = f14 = f15 = f16 = f17 = f18 = 0;
66 int f11, f12, f13, f14, f15, f16, f17, f18; member in struct:Top
267 f16 = 1;
321 sc_assert( top.f16 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl/
H A Dproc_ctrl.cpp64 f10 = f11 = f12 = f13 = f14 = f15 = f16 = f17 = f18 = f19 = 0;
72 int f10, f11, f12, f13, f14, f15, f16, f17, f18, f19; local
225 case 25: sc_assert( sc_time_stamp() == sc_time(260, SC_NS) ); f16=1; break;
276 sc_assert(top.f16);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_timeout/
H A Dproc_ctrl_timeout.cpp66 f11 = f12 = f13 = f14 = f15 = f16 = f17 = f18 = f19 = 0;
74 int f11, f12, f13, f14, f15, f16, f17, f18, f19; member in struct:Top
288 case 9: sc_assert( sc_time_stamp() == sc_time(400, SC_NS) ); f16=1; break;
329 sc_assert( top.f16 );
/gem5/ext/systemc/src/sysc/qt/md/
H A Daxp.s97 ldt $f16, 0($30) /* Load fp arg regs. */
H A Dpowerpc_mach.s370 stfd f16,FPR_SAVE_16(r1)
392 lfd f16,FPR_SAVE_16(r1)
H A Dpowerpc_sys5.s368 stfd %f16,FPR_SAVE_16(%r1)
390 lfd %f16,FPR_SAVE_16(%r1)
H A Dksr1.s293 finop ; st64 %f16,384(%sp)
318 finop ; ld64 384(%sp),%f16
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_suspends_itself/
H A Dmethod_suspends_itself.cpp59 f10 = f11 = f12 = f13 = f14 = f15 = f16 = f17 = f18 = f19 = 0;
72 int f10, f11, f12, f13, f14, f15, f16, f17, f18, f19; member in struct:Top
357 case 26: sc_assert( sc_time_stamp() == sc_time(230, SC_NS) ); f16=1; break;
411 sc_assert( top.f16 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_immed/
H A Dproc_ctrl_immed.cpp80 f10 = f11 = f12 = f13 = f14 = f15 = f16 = f17 = f18 = f19 = 0;
88 int f10, f11, f12, f13, f14, f15, f16, f17, f18, f19; member in struct:Top
259 case 16: f16=1; break;
387 sc_assert( top.f16 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/proc_ctrl_priority/
H A Dproc_ctrl_priority.cpp55 f10 = f11 = f12 = f13 = f14 = f15 = f16 = f17 = f18 = f19 = 0;
64 int f10, f11, f12, f13, f14, f15, f16, f17, f18, f19; member in struct:Top
308 case 24: sc_assert( sc_time_stamp() == sc_time(340, SC_NS) ); f16=1; break;
364 sc_assert( top.f16 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/throw_it/
H A Dthrow_it.cpp67 f10 = f11 = f12 = f13 = f14 = f15 = f16 = f17 = f18 = f19 = 0;
76 int f10, f11, f12, f13, f14, f15, f16, f17, f18, f19; member in struct:Top
253 case 16: sc_assert( sc_time_stamp() == sc_time(500, SC_NS) ); f16=1; break;
362 sc_assert( top.f16 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/async_reset_port/
H A Dasync_reset_port.cpp80 f10 = f11 = f12 = f13 = f14 = f15 = f16 = f17 = f18 = f19 = 0;
89 int f10, f11, f12, f13, f14, f15, f16, f17, f18, f19; member in struct:M
97 if (count == 18) { sc_assert(sc_time_stamp() == sc_time(135, SC_NS)); f16 = 1; }
347 sc_assert(top.m->f16);
/gem5/src/systemc/tests/systemc/1666-2011-compliance/method_with_reset/
H A Dmethod_with_reset.cpp62 f10 = f11 = f12 = f13 = f14 = f15 = f16 = f17 = f18 = f19 = 0;
73 int f10, f11, f12, f13, f14, f15, f16, f17, f18, f19; member in struct:Top
294 case 13: sc_assert( sc_time_stamp() == sc_time(120, SC_NS) ); f16=1; break;
407 sc_assert( top.f16 );
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sync_reset/
H A Dsync_reset.cpp65 f10 = f11 = f12 = f13 = f14 = f15 = f16 = f17 = f18 = f19 = 0;
76 int f10, f11, f12, f13, f14, f15, f16, f17, f18, f19; member in struct:M2
289 case 13: sc_assert( sc_time_stamp() == sc_time(125, SC_NS) ); f16=1; break;
398 sc_assert(m.f16);
/gem5/system/alpha/h/
H A Ddc21164FromGasSources.h744 #define f16 $f16 macro
/gem5/src/systemc/tests/systemc/1666-2011-compliance/async_reset/
H A Dasync_reset.cpp87 f10 = f11 = f12 = f13 = f14 = f15 = f16 = f17 = f18 = f19 = 0;
106 int f10, f11, f12, f13, f14, f15, f16, f17, f18, f19; member in struct:Top
368 case 6: sc_assert( sc_time_stamp() == sc_time(22, SC_NS) ); f16=1; break;
588 sc_assert(top.f16);
/gem5/system/alpha/palcode/
H A Dosfpal.S1987 SAVE_FPR(f16,CNS_Q_FPR+0x80,r1)
2128 RESTORE_FPR(f16,CNS_Q_FPR+0x80,r1)

Completed in 46 milliseconds