Go to the documentation of this file.
32 #ifndef __MEM_RUBY_COMMON_SET_HH__
33 #define __MEM_RUBY_COMMON_SET_HH__
54 std::bitset<NUMBER_BITS_PER_SET>
bits;
61 if (size > NUMBER_BITS_PER_SET)
62 fatal(
"Number of bits(%d) < size specified(%d). "
63 "Increase the number of bits and recompile.\n",
64 NUMBER_BITS_PER_SET, size);
121 for (
int j =
m_nSize;
j < NUMBER_BITS_PER_SET; ++
j) {
165 std::bitset<NUMBER_BITS_PER_SET>
r =
bits & obj.
bits;
177 std::bitset<NUMBER_BITS_PER_SET>
r =
bits |
test.bits;
203 panic(
"No smallest element of an empty set.");
213 if (size > NUMBER_BITS_PER_SET)
214 fatal(
"Number of bits(%d) < size specified(%d). "
215 "Increase the number of bits and recompile.\n",
216 NUMBER_BITS_PER_SET, size);
223 out <<
"[Set (" <<
m_nSize <<
"): " <<
bits <<
"]";
238 #endif // __MEM_RUBY_COMMON_SET_HH__
#define fatal(...)
This implements a cprintf based fatal() function.
bool isElement(NodeID element) const
bool elementAt(int index) const
std::ostream & operator<<(std::ostream &os, const BoolVec &myvector)
std::bitset< NUMBER_BITS_PER_SET > bits
Set AND(const Set &obj) const
void addSet(const Set &obj)
bool isSuperset(const Set &test) const
bool isEqual(const Set &obj) const
Set & operator=(const Set &obj)
void print(std::ostream &out) const
NodeID smallestElement() const
Set OR(const Set &obj) const
bool intersectionIsEmpty(const Set &obj) const
void removeSet(const Set &obj)
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
#define panic(...)
This implements a cprintf based panic() function.
bool isSubset(const Set &test) const
void remove(NodeID index)
Generated on Tue Dec 21 2021 11:34:33 for gem5 by doxygen 1.8.17