|
CIRCT 23.0.0git
|
This is the complete list of members for esi::UIntView, including all inherited members.
| begin() const | esi::BitVector | inline |
| bitIndex | esi::BitVector | protected |
| BitVector(std::span< const byte > bytes, std::optional< size_t > width=std::nullopt, uint8_t bitIndex=0) | esi::UIntView | |
| BitVector()=default | esi::UIntView | |
| BitVector(const BitVector &other) | esi::UIntView | |
| bitWidth | esi::BitVector | protected |
| byte typedef | esi::BitVector | |
| checkHighBytesEqual(unsigned lowExclusive, uint8_t expectedByte, const char *fmt, unsigned target) const | esi::BitVector | protected |
| data | esi::BitVector | protected |
| end() const | esi::BitVector | inline |
| getBit(size_t i) const | esi::BitVector | |
| getSpan() const | esi::BitVector | inline |
| lsb(size_t n) const | esi::BitVector | inline |
| msb(size_t n) const | esi::BitVector | inline |
| operator uint16_t() const | esi::UIntView | inline |
| operator uint32_t() const | esi::UIntView | inline |
| operator uint64_t() const | esi::UIntView | inline |
| operator uint8_t() const | esi::UIntView | inline |
| operator!=(const BitVector &rhs) const | esi::BitVector | inline |
| operator=(const BitVector &other) | esi::BitVector | |
| operator==(const BitVector &rhs) const | esi::BitVector | |
| operator>>(size_t n) const | esi::BitVector | |
| operator>>=(size_t n) | esi::BitVector | |
| size() const | esi::BitVector | inline |
| slice(size_t offset, size_t sliceWidth) const | esi::BitVector | |
| toString(unsigned base=16) const | esi::BitVector | |
| toUI64() const | esi::UIntView | |
| toUInt() const | esi::UIntView | inlineprivate |
| UIntView()=default | esi::UIntView | |
| UIntView(const BitVector &v) | esi::UIntView | inline |
| width() const | esi::BitVector | inline |