Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_validbit_opt.cpp574 ImmOperand &newImmOpnd = aarFunc->CreateImmOperand(newImmVal, k8BitSize, false); in Run() local
Daarch64_prop.cpp362 auto *newImmOpnd = static_cast<ImmOperand *>(tempImm->Clone(*cgFunc->GetMemoryPool())); in ArithmeticConstReplace() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp154 ImmOperand &newImmOpnd = in CreateCallStructParamPassByStack() local
171 …ImmOperand &newImmOpnd = static_cast<ImmOperand &>(*memOpnd.GetOffsetOperand()->Clone(*cgFunc->Get… in CreateCallStructParamPassByReg() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_peep.h381 ImmOperand *newImmOpnd = nullptr; variable