Home
last modified time | relevance | path

Searched defs:src2 (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp751 inline Expr CreateBinOpInternal(MIRBuilder &mirBuilder, Opcode op, Type *type, Expr src1, Expr src2) in CreateBinOpInternal()
757 Expr LMIRBuilder::Add(Type *type, Expr src1, Expr src2) in Add()
762 Expr LMIRBuilder::Sub(Type *type, Expr src1, Expr src2) in Sub()
767 Expr LMIRBuilder::Mul(Type *type, Expr src1, Expr src2) in Mul()
772 Expr LMIRBuilder::UDiv(Type *type, Expr src1, Expr src2) in UDiv()
777 Expr LMIRBuilder::SDiv(Type *type, Expr src1, Expr src2) in SDiv()
782 Expr LMIRBuilder::URem(Type *type, Expr src1, Expr src2) in URem()
787 Expr LMIRBuilder::SRem(Type *type, Expr src1, Expr src2) in SRem()
792 Expr LMIRBuilder::Shl(Type *type, Expr src1, Expr src2) in Shl()
797 Expr LMIRBuilder::LShr(Type *type, Expr src1, Expr src2) in LShr()
[all …]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h239 Reg src2; member
250 Reg src2; member
Dencode.cpp297 …coder::EncodeRotate([[maybe_unused]] Reg dst, [[maybe_unused]] Reg src1, [[maybe_unused]] Reg src2, in EncodeRotate()
375 [[maybe_unused]] Reg src2) in EncodeMAdd()
381 [[maybe_unused]] Reg src2) in EncodeMSub()
Dencode_visitor.cpp636 …auto src2 = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(2), DataType::INT32); // length in VisitLoadCompressedStringChar() local
1071 …auto src2 = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(2U), type); // store … in VisitStore() local
2247 auto src2 = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(IMM_2), cmpType); in VisitSelect() local
2263 auto src2 = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(IMM_2), cmpType); in VisitSelectImm() local
2444 auto src2 = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(IMM_2), type); // first value in VisitStoreArrayPair() local
2479 auto src2 = codegen->ConvertRegister(inst->GetSrcReg(2), type); // store value 2 in VisitStoreObjectPair() local
2508 auto src2 = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(IMM_2), type); // second value in VisitStoreArrayPairI() local
Dcodegen.cpp282 [[maybe_unused]] Reg src2, [[maybe_unused]] Reg tmp) in IntrinsicSaveTlabStatsSafe()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_standardize.cpp54 Operand &src2 = insn.GetOperand(kInsnThirdOpnd); in StdzBasicOp() local
Dx64_cgfunc.cpp786 RegOperand *X64CGFunc::SelectVectorPairwiseAdalp(Operand *src1, PrimType sty1, Operand *src2, PrimT… in SelectVectorPairwiseAdalp()
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_fastpath.cpp206 …Path::IntrinsicSaveTlabStatsSafe([[maybe_unused]] IntrinsicInst *inst, Reg src1, Reg src2, Reg tmp) in IntrinsicSaveTlabStatsSafe()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcfgo.cpp1250 auto *src2 = skipSoloGotoBB(bb2); in TryCrossJumpBB() local
Dcgfunc.cpp602 Operand *src2 = cgFunc.HandleExpr(intrnNode, *arg2); /* vector src operand 2 */ in HandleVectorPairwiseAdalp() local
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_regalloc_test.cpp830 Location src2(Location::Kind::STACK, 30); // It's random number in __anon1e16ecec1202() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp830 void Aarch64Encoder::EncodeRotate(Reg dst, Reg src1, Reg src2, bool isRor) in EncodeRotate()
2699 void Aarch64Encoder::EncodeMAdd(Reg dst, Reg src0, Reg src1, Reg src2) in EncodeMAdd()
2723 void Aarch64Encoder::EncodeMSub(Reg dst, Reg src0, Reg src1, Reg src2) in EncodeMSub()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp10820 RegOperand *AArch64CGFunc::SelectVectorPairwiseAdalp(Operand *src1, PrimType sty1, Operand *src2, P… in SelectVectorPairwiseAdalp()