Home
last modified time | relevance | path

Searched defs:chunkVal (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dmacro_assembler_aarch64.cpp308 uint64_t chunkVal = (val >> (static_cast<uint64_t>(sa))) & 0x0000FFFFUL; in BetterUseMOVZ() local
376 uint64_t chunkVal = (srcVal >> (static_cast<uint64_t>(sa))) & 0x0000FFFFULL; in CopyImmSize64() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Doperand.cpp43 uint64 chunkVal = (val >> (static_cast<uint64>(sa))) & 0x0000FFFFUL; in BetterUseMOVZ() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_mop_split.h480 uint64 chunkVal = (static_cast<uint64>(immVal) >> sa) & 0x0000FFFFULL; in MOP_xmovri64Split() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp260 uint64 chunkVal = (srcVal >> (static_cast<uint64>(sa))) & 0x0000FFFFULL; in SelectCopyImm() local