|
CIRCT 23.0.0git
|
This is the complete list of members for esi::IntView, 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::IntView | |
| BitVector()=default | esi::IntView | |
| BitVector(const BitVector &other) | esi::IntView | |
| 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 |
| IntView()=default | esi::IntView | |
| IntView(const BitVector &v) | esi::IntView | inline |
| lsb(size_t n) const | esi::BitVector | inline |
| msb(size_t n) const | esi::BitVector | inline |
| operator int16_t() const | esi::IntView | inline |
| operator int32_t() const | esi::IntView | inline |
| operator int64_t() const | esi::IntView | inline |
| operator int8_t() const | esi::IntView | 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 | |
| toI64() const | esi::IntView | |
| toInt() const | esi::IntView | inlineprivate |
| toString(unsigned base=16) const | esi::BitVector | |
| width() const | esi::BitVector | inline |