Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_validbit_opt.cpp575 ImmOperand &newImmOpnd = aarFunc->CreateImmOperand(newImmVal, k8BitSize, false); in Run() local
Daarch64_peep.cpp6576 auto &newImmOpnd = aarFunc->CreateImmOperand(value, k12BitSize, false); in Run() local
7949 ImmOperand &newImmOpnd = aarFunc->CreateImmOperand(revValue, k6BitSize, false); in Run() local
8058 ImmOperand &newImmOpnd = in Run() local
8431 …ImmOperand &newImmOpnd = static_cast<AArch64CGFunc *>(cgFunc)->CreateImmOperand(k32BitSize, k6BitS… in Run() local
Daarch64_prop.cpp368 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_mop_split.h344 ImmOperand &newImmOpnd = in AddSubWithLslSplit() local
Daarch64_peep.h670 ImmOperand *newImmOpnd = nullptr; variable