Home
last modified time | relevance | path

Searched defs:firstHalf (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_circuit_builder.h96 GateRef firstHalf = Int32Add(first8bits, second8bits); in Int32ToBigEndianInt32() local
112 GateRef firstHalf = Int64Add(first16bits, second16bits); in Int64ToBigEndianInt64() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_proepilog.cpp514 AArch64reg &firstHalf = AArch64isa::IsGPRegister(reg) ? intRegFirstHalf : fpRegFirstHalf; in GeneratePushRegs() local
848 AArch64reg &firstHalf = AArch64isa::IsGPRegister(reg) ? intRegFirstHalf : fpRegFirstHalf; in GeneratePopRegs() local
[all...]

Completed in 4 milliseconds