Searched defs:nbits (Results 1 - 10 of 10) sorted by relevance

/gem5/src/arch/generic/
H A Dvec_pred_reg.hh325 set_bits(size_t idx, uint8_t nbits, uint8_t bval) argument
[all...]
/gem5/src/base/
H A Dbitfield.hh60 mask(int nbits) argument
74 int nbits = first - last + 1; local
/gem5/src/cpu/pred/
H A Dloop_predictor.hh100 static inline void unsignedCtrUpdate(uint8_t &ctr, bool up, unsigned nbits) argument
111 static inline void signedCtrUpdate(int8_t &ctr, bool up, unsigned nbits) argument
H A Dtage_base.cc256 TAGEBase::ctrUpdate(T & ctr, bool taken, int nbits) argument
274 TAGEBase::unsignedCtrUpdate(uint8_t & ctr, bool up, unsigned nbits) argument
H A Dstatistical_corrector.hh56 inline void ctrUpdate(T & ctr, bool taken, int nbits) { argument
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed.h2162 int nbits; // Shortened as nb. member in class:sc_dt::sc_signed
[all...]
H A Dsc_unsigned.h1951 int nbits; // Shortened as nb. member in class:sc_dt::sc_unsigned
[all...]
/gem5/src/arch/mips/
H A Ddsp.cc1131 int nbits = SIMD_NBITS[fmt]; local
1143 int nbits = SIMD_NBITS[fmt]; local
/gem5/src/systemc/ext/dt/int/
H A Dsc_signed.hh2287 int nbits; // Shortened as nb. member in class:sc_dt::sc_signed
[all...]
H A Dsc_unsigned.hh1967 int nbits; // Shortened as nb. member in class:sc_dt::sc_unsigned
[all...]

Completed in 50 milliseconds