Home
last modified time | relevance | path

Searched defs:labelOpnd (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_fixshortbranch.cpp227 auto &labelOpnd = static_cast<LabelOperand &>(insn->GetOperand(kInsnSecondOpnd)); in FixLdr() local
Daarch64_emitter.cpp303 LabelOperand &labelOpnd = aarchCGFunc.GetOrCreateLabelOperand(mpPair.first); in Run() local
1000 Operand *labelOpnd = &insn.GetOperand(kInsnEighthOpnd); in EmitGetAndAddInt() local
1076 Operand *labelOpnd = &insn.GetOperand(kInsnSeventhOpnd); in EmitGetAndSetInt() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_cfg.cpp51 auto &labelOpnd = static_cast<LabelOperand &>(lastOpnd); in BuildCFG() local