Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_int_val.h428 IntVal TruncOrExtend(uint8 newWidth, bool isSigned) const in TruncOrExtend()
440 IntVal Trunc(uint8 newWidth, bool isSigned) const in Trunc()
445 IntVal Extend(uint8 newWidth, bool isSigned) const in Extend()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_peep.cpp8089 int64 newWidth = std::min(prevWidth - currLsb, currWidth); in Run() local