Public Member Functions | |
| match_t (uintmax_t w0, uintmax_t w1) | |
| match_t (int size, uintmax_t val, uintmax_t mask) | |
| bool | matches (uintmax_t v) const |
| operator bool () const | |
| bool | operator== (const match_t &a) const |
| void | setwidth (int bits) |
Public Attributes | |
| uintmax_t | word0 |
| uintmax_t | word1 |