Home
last modified time | relevance | path

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

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