Searched refs:bitSelect (Results 1 - 5 of 5) sorted by relevance

/gem5/src/mem/ruby/common/
H A DAddress.hh41 Addr bitSelect(Addr addr, unsigned int small, unsigned int big);
H A DAddress.cc34 bitSelect(Addr addr, unsigned int small, unsigned int big) function
108 return bitSelect(addr, 0, RubySystem::getBlockSizeBits() - 1);
/gem5/src/mem/ruby/slicc_interface/
H A DRubySlicc_ComponentMapping.hh57 mach.num = bitSelect(addr, low_bit, low_bit + num_bits - 1)
/gem5/src/cpu/testers/rubytest/
H A DCheckTable.cc86 if (bitSelect(address, 0, CHECK_SIZE_BITS - 1) != 0) {
/gem5/src/mem/ruby/structures/
H A DCacheMemory.cc106 return bitSelect(address, m_start_index_bit,

Completed in 9 milliseconds