Searched defs:bitWidth (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
H A D | fast_divisor.h | 36 FastConstSignedDivisor(int64_t divisor, size_t bitWidth) in FastConstSignedDivisor() argument 97 FastConstUnsignedDivisor(uint64_t divisor, size_t bitWidth) in FastConstUnsignedDivisor() argument [all...] |
/arkcompiler/ets_frontend/ets2panda/ir/ |
H A D | irnode.h | 67 constexpr FormatItem(OperandKind kind, uint32_t bitWidth) : kind_(kind), bitWidth_(bitWidth) {} in FormatItem() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
H A D | mpl_int_val.h | 29 IntVal(uint64 val, uint8 bitWidth, bool isSigned) : value(val), width(bitWidth), sign(isSigned) in IntVal() argument 44 IntVal(const IntVal &val, uint8 bitWidth, bool isSigned) : IntVal(val.value, bitWidth, isSigned) {} in IntVal() argument 107 uint8 bitWidth = size ? size : width; in GetSXTValue() local [all...] |
Completed in 2 milliseconds