Searched defs:destOpnd (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_phi_elimination.cpp | 25 Insn &AArch64PhiEliminate::CreateMov(RegOperand &destOpnd, RegOperand &fromOpnd) in CreateMov() 152 void AArch64PhiEliminate::MaintainRematInfo(RegOperand &destOpnd, RegOperand &fromOpnd, bool isCopy) in MaintainRematInfo()
|
| D | aarch64_args.cpp | 177 Insn &AArch64MoveRegArgs::CreateMoveArgsToVRegInsn(MOperator mOp, RegOperand &destOpnd, RegOperand … in CreateMoveArgsToVRegInsn()
|
| D | aarch64_prop.cpp | 88 Operand &destOpnd = curInsn->GetOperand(kInsnFirstOpnd); in DoOpt() local 283 Operand &destOpnd = useInsn->GetOperand(kInsnFirstOpnd); in MovConstReplace() local 388 Operand &destOpnd = useInsn->GetOperand(kInsnFirstOpnd); in ArithmeticConstFold() local 1653 Operand &destOpnd = insn.GetOperand(kInsnFirstOpnd); in CheckCondition() local 1755 RegOperand *destOpnd = nullptr; in CheckCondition() local
|
| D | aarch64_global.cpp | 426 auto &destOpnd = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in RemoveMopUxtwToMov() local 2318 Operand &destOpnd = insn.GetOperand(kInsnFirstOpnd); in Optimize() local
|
| D | aarch64_cgfunc.cpp | 5173 RegOperand &destOpnd = LoadIntoRegister(argOpnd, argType); in SelectAArch64ffs() local 7089 void AArch64CGFunc::SelectLibMemCopy(RegOperand &destOpnd, RegOperand &srcOpnd, uint32 structSize) in SelectLibMemCopy() 7099 void AArch64CGFunc::SelectInsnMemCopy(const MemOperand &destOpnd, const MemOperand &srcOpnd, uint32… in SelectInsnMemCopy() 7179 void AArch64CGFunc::SelectMemCopy(const MemOperand &destOpnd, const MemOperand &srcOpnd, uint32 siz… in SelectMemCopy() 7530 bool AArch64CGFunc::DoCallerEnsureValidParm(RegOperand &destOpnd, RegOperand &srcOpnd, PrimType for… in DoCallerEnsureValidParm() 10476 Operand *destOpnd = &value; in SaveReturnValueInLocal() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_standardize.cpp | 183 RegOperand &destOpnd = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)); in StdzShiftOp() local
|