Searched refs:discard (Results 1 - 14 of 14) sorted by relevance

/gem5/src/systemc/ext/dt/fx/
H A Dscfx_string.hh92 void discard(int);
161 scfx_string::discard(int n) function in class:sc_dt::scfx_string
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_string.h94 void discard( int );
185 scfx_string::discard( int n ) function in class:sc_dt::scfx_string
H A Dsc_fxval.cpp245 // discard trailing zeros from int_part
246 s.discard( int_zeros );
466 s.discard( 1 );
H A Dscfx_rep.cpp979 // discard trailing zeros from int_part
980 s.discard( int_zeros );
1203 s.discard( 1 );
/gem5/src/cpu/minor/
H A Dexecute.hh302 * If discard is true then discard all instructions rather than
305 void commit(ThreadID thread_id, bool only_commit_microops, bool discard,
H A Dexecute.cc1023 Execute::commit(ThreadID thread_id, bool only_commit_microops, bool discard, argument
1043 * discard(ed) -- The instruction is complete but not committed
1129 ex_info.streamSeqNum || discard;
1134 /* Complete or discard the response */
1231 ex_info.streamSeqNum || discard;
1236 /* Try to commit or discard a non-memory instruction.
/gem5/ext/testlib/
H A Dhelper.py205 def discard(self, key): member in class:OrderedSet
229 self.discard(key)
/gem5/src/systemc/dt/fx/
H A Dsc_fxval.cc231 // discard trailing zeros from int_part
232 s.discard(int_zeros);
430 s.discard(1);
H A Dscfx_rep.cc922 // discard trailing zeros from int_part
923 s.discard(int_zeros);
1126 s.discard(1);
/gem5/src/cpu/o3/
H A Dlsq_unit.hh643 req->discard();
813 // Must discard the request.
814 req->discard();
H A Dlsq.hh519 * Mark senderState as discarded. This will cause to discard response
639 discard() function
/gem5/src/dev/arm/
H A Dgic_v3_its.hh495 void discard(Yield &yield, CommandEntry &command);
H A Dgic_v3_its.cc292 COMMAND(DISCARD, &ItsCommand::discard),
423 ItsCommand::discard(Yield &yield, CommandEntry &command) function in class:ItsCommand
/gem5/util/minorview/
H A Dview.py266 self.view.dataSelect.ids.discard(id)

Completed in 48 milliseconds