Home
last modified time | relevance | path

Searched defs:chunkHval (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dmacro_assembler_aarch64.cpp365 uint64_t chunkHval = (srcVal >> k32BitSize) & 0xFFFFFFFFULL; in CopyImmSize64() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_mop_split.h470 uint64 chunkHval = (static_cast<uint64>(immVal) >> k32BitSize) & 0xFFFFFFFFULL; in MOP_xmovri64Split() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp261 uint64 chunkHval = (srcVal >> k32BitSize) & 0xFFFFFFFFULL; in SelectCopyImm() local

Completed in 10 milliseconds