Searched defs:bitwidth (Results 1 – 2 of 2) sorted by relevance
120 constexpr size_t bitwidth = std::numeric_limits<T>::digits; in TestDecodeUnsigned() local148 constexpr size_t bitwidth = std::numeric_limits<std::make_unsigned_t<T>>::digits; in TestDecodeSigned() local
55 constexpr FormatItem(OperandKind kind, uint32_t bitwidth) : kind_(kind), bitwidth_(bitwidth) {} in FormatItem()