Searched refs:BitUnion (Results 1 - 2 of 2) sorted by relevance

/gem5/src/base/
H A Dbitunion.test.cc261 BitUnion(uint64_t, Dummy64)
264 BitUnion(uint32_t, Dummy32)
H A Dbitunion.hh41 // The following implements the BitUnion system of defining bitfields
157 //This namespace is for classes which implement the backend of the BitUnion
202 //available within a BitUnion. They inherit their Storage type from the
203 //containing BitUnion.
229 //When a BitUnion is set up, an underlying class is created which holds
232 //prevents having to redefine these functions in every different BitUnion
239 "BitUnion larger than its storage type.");
287 //as the BitUnion names themselves are all distinct and nothing else uses
324 //BitUnion. Like everything else, it overlays with the top level storage, so
335 //level BitUnion, w
359 #define BitUnion macro
[all...]

Completed in 7 milliseconds