Searched refs:inc (Results 1 - 15 of 15) sorted by relevance

/gem5/src/arch/arm/insts/
H A Dmacromem.cc461 unsigned inc, uint32_t size, uint32_t align, RegIndex rm) :
519 size, machInst, vd * 2, rMid, inc * 2);
524 size, machInst, vd * 2, rMid, inc * 2);
530 size, machInst, vd * 2, rMid, inc * 2);
532 size, machInst, vd * 2 + 2, rMid + 4, inc * 2);
535 size, machInst, vd * 2, rMid, inc * 2);
557 unsigned inc, uint32_t size, uint32_t align,
659 machInst, vd * 2, ufp0, inc * 2);
662 machInst, vd * 2, ufp0, inc * 2, lane);
668 machInst, vd * 2, ufp0, inc *
459 VldMultOp(const char *mnem, ExtMachInst machInst, OpClass __opClass, unsigned elems, RegIndex rn, RegIndex vd, unsigned regs, unsigned inc, uint32_t size, uint32_t align, RegIndex rm) argument
554 VldSingleOp(const char *mnem, ExtMachInst machInst, OpClass __opClass, bool all, unsigned elems, RegIndex rn, RegIndex vd, unsigned regs, unsigned inc, uint32_t size, uint32_t align, RegIndex rm, unsigned lane) argument
822 VstMultOp(const char *mnem, ExtMachInst machInst, OpClass __opClass, unsigned elems, RegIndex rn, RegIndex vd, unsigned regs, unsigned inc, uint32_t size, uint32_t align, RegIndex rm) argument
917 VstSingleOp(const char *mnem, ExtMachInst machInst, OpClass __opClass, bool all, unsigned elems, RegIndex rn, RegIndex vd, unsigned regs, unsigned inc, uint32_t size, uint32_t align, RegIndex rm, unsigned lane) argument
[all...]
H A Dmacromem.hh500 unsigned inc, uint32_t size, uint32_t align, RegIndex rm);
508 unsigned regs, unsigned inc, uint32_t size,
520 unsigned inc, uint32_t size, uint32_t align, RegIndex rm);
528 unsigned regs, unsigned inc, uint32_t size,
/gem5/ext/systemc/src/tlm_utils/
H A Dtlm_quantumkeeper.h71 virtual void inc(const sc_core::sc_time& t) function in class:tlm_utils::tlm_quantumkeeper
H A Dinstance_specific_extensions.h108 instance_specific_extensions_per_accessor(U* container, cb inc, cb dec): m_container(container), m_inc(inc), m_dec(dec){ argument
/gem5/src/systemc/ext/tlm_utils/
H A Dtlm_quantumkeeper.h65 virtual void inc(const sc_core::sc_time &t) { m_local_time += t; } function in class:tlm_utils::tlm_quantumkeeper
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbfriends.inc22 sc_nbfriends.inc -- Friend functions for both sc_signed and sc_unsigned
/gem5/src/systemc/dt/int/
H A Dsc_nbfriends.inc22 sc_nbfriends.inc -- Friend functions for both sc_signed and sc_unsigned
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_mant.h363 inc( scfx_mant& mant ) function in namespace:sc_dt
H A Dscfx_rep.h833 inc( m_mant );
H A Dscfx_rep.cpp766 inc( m_mant );
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_mant.hh309 inc(scfx_mant &mant) function in namespace:sc_dt
H A Dscfx_rep.hh718 inc(m_mant);
/gem5/src/base/
H A Dstatistics.hh521 void inc(Counter val) { data += val; }
599 void inc(Counter val) { set(current + val); }
716 * Increment the stat by 1. This calls the associated storage object inc
719 void operator++() { data()->inc(1); }
741 * storage object inc function.
745 void operator+=(const U &v) { data()->inc(v); }
959 * Increment the stat by 1. This calls the associated storage object inc
962 void operator++() { stat.data(index)->inc(1); }
988 * storage object inc function.
995 stat.data(index)->inc(
[all...]
/gem5/src/sim/
H A Dsyscall_emul.hh2149 for (int inc = 0; ; inc++) {
2150 BufferArg b((mem_loc + sizeof(Addr) * inc), sizeof(Addr));
2157 mem_proxy.tryReadString(vect[inc], *(Addr*)b.bufferPtr());
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc707 inc(m_mant);

Completed in 54 milliseconds