Searched defs:bits (Results 1 - 21 of 21) sorted by relevance

/gem5/ext/fputils/include/fputils/
H A Dfptypes.h50 uint64_t bits; member in union:__anon1
81 char bits[16]; member in union:__anon2
/gem5/src/base/
H A Dsat_counter.test.cc42 const unsigned bits = 3; local
58 const unsigned bits = 3; local
73 const unsigned bits = 3; local
87 const unsigned bits = 3; local
104 const unsigned bits = 3; local
121 const unsigned bits = 3; local
145 const unsigned bits = 3; local
164 counter <<= bits; local
168 counter >>= bits; local
194 const unsigned bits = 3; local
223 const unsigned bits = 3; local
277 const unsigned bits = 3; local
[all...]
H A Dsat_counter.hh71 explicit SatCounter(unsigned bits, uint8_t initial_val = 0) argument
H A Dbitfield.hh72 bits(T val, int first, int last) function
84 bits(T val, int bit) function
[all...]
/gem5/src/arch/power/insts/
H A Dstatic_inst.hh54 uint32_t bits = value << ((7 - bf) * 4); local
/gem5/src/mem/cache/prefetch/
H A Dirregular_stream_buffer.hh74 AddressMapping(unsigned bits) : address(0), counter(bits) argument
H A Dsignature_path.hh91 PatternStrideEntry(unsigned bits) : stride(0), counter(bits) argument
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron_tage_64KB.cc163 size_t bits = 16; //global histories local
[all...]
H A Dmultiperspective_perceptron_tage_8KB.cc145 size_t bits = 16; //global histories local
[all...]
H A Dtage_base.cc808 size_t bits = 0; local
[all...]
H A Dmultiperspective_perceptron.cc134 MultiperspectivePerceptron::setExtraBits(int bits) argument
/gem5/src/mem/ruby/common/
H A DSet.hh48 std::bitset<NUMBER_BITS_PER_SET> bits; member in class:Set
217 out << "[Set (" << m_nSize << "): " << bits << "]"; local
[all...]
/gem5/tests/test-progs/insttest/src/riscv/
H A Drv64d.h42 bits(double d) function in namespace:D
H A Drv64f.h42 bits(float f) function in namespace:F
/gem5/src/systemc/utils/
H A Dvcd.cc687 int bits = 0; local
/gem5/src/arch/hsail/
H A Doperand.hh353 T bits; member in class:ImmOperand
/gem5/src/dev/pci/
H A Dpcireg.h300 uint64_t bits; member in struct:MSIXPbaEntry
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_simcontext.cpp1999 std::vector<sc_status> bits; local
2017 os << bits[i] << "|"; local
2018 os << bits[ local
[all...]
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h317 ReinterpretBits(const Bits bits) argument
334 const Bits &bits() const { return u_.bits_; } function in class:testing::internal::FloatingPoint
[all...]
/gem5/src/arch/arm/insts/
H A Dvfp.hh161 uint32_t bits; member in union:ArmISA::__anon3
173 uint64_t bits; member in union:ArmISA::__anon4
180 bitsToFp(uint64_t bits, float junk) argument
185 uint32_t bits; member in union:ArmISA::__anon5
192 bitsToFp(uint64_t bits, double junk) argument
197 uint64_t bits; member in union:ArmISA::__anon6
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc1747 inline UInt32 ChopLowBits(UInt32* bits, int n) { argument
[all...]

Completed in 57 milliseconds