/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_proepilog.cpp | 81 aarchCGFunc.SelectAdd(br, *origBaseReg, immAddEnd, PTY_i64); in SplitStpLdpOffsetForCalleeSavedWithAddInstruction() 170 aarchCGFunc.SelectAdd(oo, oo, io2, PTY_i64); in AppendInstructionForAllocateOrDeallocateCallFrame() 471 aarchCGFunc.SelectAdd(fpOpnd, spOpnd, *immOpnd, PTY_u64); in GeneratePushRegs() 611 aarchCGFunc.SelectAdd(fpOpnd, spOpnd, *immOpnd, PTY_u64); in GenerateProlog() 709 aarchCGFunc.SelectAdd(spOpnd, spOpnd, immOpnd, PTY_u64); in AppendInstructionDeallocateCallFrame() 722 aarchCGFunc.SelectAdd(spOpnd, spOpnd, immOpnd, PTY_u64); in AppendInstructionDeallocateCallFrame() 759 aarchCGFunc.SelectAdd(spOpnd, spOpnd, immOpnd, PTY_u64); in AppendInstructionDeallocateCallFrameDebug() 785 aarchCGFunc.SelectAdd(spOpnd, spOpnd, immOpnd, PTY_u64); in AppendInstructionDeallocateCallFrameDebug() 934 aarchCGFunc.SelectAdd(spOpnd, spOpnd, immOpnd, PTY_u64); in GenerateEpilog()
|
H A D | aarch64_cgfunc.cpp | 671 SelectAdd(*resOpnd, *origBaseReg, immAddend, PTY_i64); in SplitOffsetWithAddInstruction() 1364 Operand *AArch64CGFunc::SelectAdd(BinaryNode &node, Operand &opnd0, Operand &opnd1, const BaseNode &parent) in SelectAdd() function in maplebe::AArch64CGFunc 1386 SelectAdd(*resOpnd, opnd0, opnd1, primType); in SelectAdd() 1390 void AArch64CGFunc::SelectAdd(Operand &resOpnd, Operand &opnd0, Operand &opnd1, PrimType primType) in SelectAdd() function in maplebe::AArch64CGFunc 1399 SelectAdd(resOpnd, SelectCopy(opnd0, primType, primType), opnd1, primType); in SelectAdd() 1403 SelectAdd(resOpnd, opnd1, opnd0, primType); /* commutative */ in SelectAdd() 1422 SelectAdd(resOpnd, opnd0, SelectCopy(opnd1, primType, primType), primType); in SelectAdd() 1515 SelectAdd(resOpnd, *opnd0Bak, *immOpnd, primType); in SelectSub() 1658 SelectAdd(resOpnd, *otherOp, tmpOpnd, primType); in SelectMpy() 3087 SelectAdd(*addOpn [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | isel.h | 53 Operand *SelectAdd(const BinaryNode &node, Operand &opnd0, Operand &opnd1, const BaseNode &parent); 61 void SelectAdd(Operand &resOpnd, Operand &opnd0, Operand &opnd1, PrimType primType);
|
H A D | cgfunc.h | 198 virtual void SelectAdd(Operand &resOpnd, Operand &opnd0, Operand &opnd1, PrimType primType) = 0; 199 virtual Operand *SelectAdd(BinaryNode &node, Operand &opnd0, Operand &opnd1, const BaseNode &parent) = 0;
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/ |
H A D | x64_cgfunc.h | 63 void SelectAdd(Operand &resOpnd, Operand &opnd0, Operand &opnd1, PrimType primType) override; 64 Operand *SelectAdd(BinaryNode &node, Operand &opnd0, Operand &opnd1, const BaseNode &parent) override;
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | x64_cgfunc.cpp | 111 void X64CGFunc::SelectAdd(Operand &resOpnd, Operand &opnd0, Operand &opnd1, PrimType primType) in SelectAdd() function in maplebe::X64CGFunc 115 Operand *X64CGFunc::SelectAdd(BinaryNode &node, Operand &opnd0, Operand &opnd1, const BaseNode &parent) in SelectAdd() function in maplebe::X64CGFunc
|
H A D | x64_MPIsel.cpp | 348 SelectAdd(resReg, opnd0, opnd1, type); in SelectOverFlowCall() 427 SelectAdd(indexOpnd, opnd0, opnd1, srcType); in SelectRangeGoto() 858 SelectAdd(tmp3, imm2, tmp2, origPrimType); in SelectCclz()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | isel.cpp | 294 return iSel.SelectAdd(static_cast<BinaryNode &>(expr), *iSel.HandleExpr(expr, *expr.Opnd(0)), in HandleAdd() 795 Operand *MPISel::SelectAdd(const BinaryNode &node, Operand &opnd0, Operand &opnd1, const BaseNode &parent) in SelectAdd() function in maplebe::MPISel 802 SelectAdd(resReg, regOpnd0, regOpnd1, primType); in SelectAdd() 1026 void MPISel::SelectAdd(Operand &resOpnd, Operand &opnd0, Operand &opnd1, PrimType primType) in SelectAdd() function in maplebe::MPISel
|
H A D | cgfunc.cpp | 66 return cgFunc.SelectAdd(static_cast<BinaryNode &>(expr), *cgFunc.HandleExpr(expr, *expr.Opnd(0)), in HandleAdd()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
H A D | aarch64_cgfunc.h | 119 void SelectAdd(Operand &resOpnd, Operand &o0, Operand &o1, PrimType primType) override; 120 Operand *SelectAdd(BinaryNode &node, Operand &o0, Operand &o1, const BaseNode &parent) override;
|