Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp566 uint32_t highBits = static_cast<uint32_t>((number >> DATEBITS) & 0xffffffff); in Uint64ToBigInt() local
577 uint32_t highBits = 0; in ToUint64() local
644 uint32_t highBits = static_cast<uint32_t>((words[index] >> DATEBITS) & 0xffffffff); in CreateBigWords() local
887 uint32_t highBits = x->GetDigit(x->GetLength() - 1); in JudgeRoundDown() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp900 auto highBits = Reg(src.GetId() + 1, INT32_TYPE); in EncodeCountLeadingZeroBits() local