Home
last modified time | relevance | path

Searched defs:chunkLval (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dmacro_assembler_aarch64.cpp363 uint64_t chunkLval = srcVal & 0xFFFFFFFFULL; in CopyImmSize64() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_mop_split.h468 uint64 chunkLval = static_cast<uint64>(immVal) & 0xFFFFFFFFULL; in MOP_xmovri64Split() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp507 uint64 chunkLval = srcVal & 0xFFFFFFFFULL; in SelectCopyImm() local
667 uint64 chunkLval = static_cast<uint64>(immVal) & 0xFFFFFFFFULL; in SplitMovImmOpndInstruction() local