Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Doperand.cpp45 uint64 chunkVal = (val >> (static_cast<uint64>(sa))) & 0x0000FFFFUL; in BetterUseMOVZ() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A 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/include/cg/aarch64/
H A 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/
H A Daarch64_cgfunc.cpp273 uint64 chunkVal = (srcVal >> (static_cast<uint64>(sa))) & 0x0000FFFFULL; in SelectCopyImm() local

Completed in 11 milliseconds