Home
last modified time | relevance | path

Searched refs:SetMOP (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_standardize.cpp40 insn.SetMOP(X64CG::kMd[directlyMappingMop]); in StdzMov()
52 insn.SetMOP(X64CG::kMd[directlyMappingMop]); in StdzBasicOp()
67 insn.SetMOP(X64CG::kMd[directlyMappingMop]); in StdzUnaryOp()
96 insn.SetMOP(X64CG::kMd[directlyMappingMop]); in StdzCvtOp()
182 insn.SetMOP(X64CG::kMd[directlyMappingMop]); in StdzShiftOp()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_offset_adjust.cpp171 insn.SetMOP(AArch64CG::kMd[GetReversalMOP(insn.GetMachineOpcode())]); in AdjustmentOffsetForImmOpnd()
230 insn.SetMOP(AArch64CG::kMd[GetReversalMOP(insn.GetMachineOpcode())]); in AdjustmentStackPointer()
H A Daarch64_fixshortbranch.cpp234 insn->SetMOP(AArch64CG::kMd[MOP_adrp_label]); in FixLdr()
H A Daarch64_peep.cpp931 prevInsn->SetMOP(AArch64CG::kMd[MOP_xmovri64]); in Run()
1261 insn.SetMOP(AArch64CG::kMd[MOP_wcbz]); in Run()
1263 insn.SetMOP(AArch64CG::kMd[MOP_xcbz]); in Run()
H A Daarch64_cgfunc.cpp4553 insn->SetMOP(AArch64CG::kMd[mOp]);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dcfgo.cpp377 curBBBranchInsn->SetMOP(cgFunc->GetCG()->GetTargetMd(mOp)); in Optimize()
416 curBBBranchInsn->SetMOP(cgFunc->GetCG()->GetTargetMd(mOp)); in Optimize()
465 curBBBranchInsn->SetMOP(cgFunc->GetCG()->GetTargetMd(mOp)); in Optimize()
H A Dinsn.cpp280 void Insn::SetMOP(const InsnDesc &idesc) in SetMOP() function in maplebe::Insn
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_mop_split.h108 insn->SetMOP(AArch64CG::kMd[mOpCode]); in AddInsnSplit()
209 insn->SetMOP(AArch64CG::kMd[mOpCode]); in SubInsnSplit()
423 insn->SetMOP(AArch64CG::kMd[mOpCode]); in CondCompareInsnSplit()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dinsn.h117 void SetMOP(const InsnDesc &idesc);

Completed in 17 milliseconds