Home
last modified time | relevance | path

Searched defs:dstOpnd (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_validbit_opt.cpp59 auto &dstOpnd = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in SetValidBits() local
68 auto &dstOpnd = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in SetValidBits() local
81 auto &dstOpnd = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in SetValidBits() local
95 auto &dstOpnd = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in SetValidBits() local
109 auto &dstOpnd = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in SetValidBits() local
119 auto &dstOpnd = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in SetValidBits() local
130 auto &dstOpnd = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in SetValidBits() local
137 auto &dstOpnd = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in SetValidBits() local
146 auto &dstOpnd = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in SetValidBits() local
156 auto &dstOpnd = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in SetValidBits() local
[all …]
Daarch64_prop.cpp2107 Operand &dstOpnd = defInsn->GetOperand(kInsnFirstOpnd); in CheckMultiUsePoints() local
2192 Operand &dstOpnd = defInsn->GetOperand(kInsnFirstOpnd); in CheckUselessDefInsn() local
2269 auto &dstOpnd = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in CheckCondition() local
2420 Operand &dstOpnd = insn.GetOperand(kInsnFirstOpnd); in Optimize() local
Daarch64_peep.cpp982 Operand &dstOpnd = insn.GetOperand(kInsnFirstOpnd); in Run() local
4195 RegOperand &dstOpnd = aarch64CGFunc->GetOrCreatePhysicalRegisterOperand( in Run() local
4267 auto &dstOpnd = static_cast<RegOperand &>(prevInsn->GetOperand(kInsnFirstOpnd)); in Run() local
4288 auto &dstOpnd = static_cast<RegOperand &>(prevInsn->GetOperand(kInsnFirstOpnd)); in Run() local
4299 auto &dstOpnd = static_cast<RegOperand &>(prevInsn->GetOperand(kInsnFirstOpnd)); in Run() local
4367 RegOperand &dstOpnd = aarch64CGFunc->GetOrCreatePhysicalRegisterOperand( in Run() local
4432 auto &dstOpnd = static_cast<RegOperand &>(prevInsn->GetOperand(kInsnFirstOpnd)); in Run() local
4457 auto &dstOpnd = static_cast<RegOperand &>(prevInsn->GetOperand(kInsnFirstOpnd)); in Run() local
4469 auto &dstOpnd = static_cast<RegOperand &>(prevInsn->GetOperand(kInsnFirstOpnd)); in Run() local
5607 RegOperand *dstOpnd = nullptr; in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/x64/
Dmacro_assembler_x64.cpp25 x64::Operand dstOpnd(baseReg, dstStackSlot.GetOffset()); in Move() local
36 x64::Operand dstOpnd(dstBaseReg, dstStackSlot.GetOffset()); in Move() local
72 x64::Operand dstOpnd(dstBaseReg, dstStackSlot.GetOffset()); in SaveReturnRegister() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dmacro_assembler_aarch64.cpp40 aarch64::MemoryOperand dstOpnd(baseReg, static_cast<int64_t>(dstStackSlot.GetOffset())); in Move() local
50 aarch64::MemoryOperand dstOpnd(dstBaseReg, static_cast<int64_t>(dstStackSlot.GetOffset())); in Move() local
108 aarch64::MemoryOperand dstOpnd(baseReg, static_cast<int64_t>(dstStackSlot.GetOffset())); in SaveReturnRegister() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_validbit_opt.cpp130 auto &dstOpnd = static_cast<RegOperand &>(insn->GetOperand(i)); in RecoverValidBitNum() local
Dreg_alloc_basic.cpp334 for (auto *dstOpnd : listOpnds->GetOperands()) { in AllocHandleDestList() local
351 for (auto *dstOpnd : listOpndsNew->GetOperands()) { in AllocHandleDestList() local