Home
last modified time | relevance | path

Searched defs:bitwidth (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
Dleb128_test.cpp120 constexpr size_t bitwidth = std::numeric_limits<T>::digits; in TestDecodeUnsigned() local
148 constexpr size_t bitwidth = std::numeric_limits<std::make_unsigned_t<T>>::digits; in TestDecodeSigned() local
/arkcompiler/ets_frontend/es2panda/ir/
Dirnode.h55 constexpr FormatItem(OperandKind kind, uint32_t bitwidth) : kind_(kind), bitwidth_(bitwidth) {} in FormatItem()