Home
last modified time | relevance | path

Searched refs:SelectAdd (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_proepilog.cpp81 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 Daarch64_cgfunc.cpp671 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 Disel.h53 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 Dcgfunc.h198 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 Dx64_cgfunc.h63 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 Dx64_cgfunc.cpp111 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 Dx64_MPIsel.cpp348 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 Disel.cpp294 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 Dcgfunc.cpp66 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 Daarch64_cgfunc.h119 void SelectAdd(Operand &resOpnd, Operand &o0, Operand &o1, PrimType primType) override;
120 Operand *SelectAdd(BinaryNode &node, Operand &o0, Operand &o1, const BaseNode &parent) override;

Completed in 20 milliseconds