Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp818 int64_t cutValue = (1ULL << src.GetSize()) - 1; in EncodeBitCount() local
1567 int64_t cutValue = (1ULL << dstSize) - 1; in EncodeCastUnsigned() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp1743 int64_t cutValue = (1ULL << dstSize) - 1; in EncodeCastScalarFromUnsignedScalar() local