| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 751 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/ |
| D | encode.h | 239 Reg src2; member 250 Reg src2; member
|
| D | encode.cpp | 297 …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()
|
| D | encode_visitor.cpp | 636 …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
|
| D | codegen.cpp | 282 [[maybe_unused]] Reg src2, [[maybe_unused]] Reg tmp) in IntrinsicSaveTlabStatsSafe()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_standardize.cpp | 54 Operand &src2 = insn.GetOperand(kInsnThirdOpnd); in StdzBasicOp() local
|
| D | x64_cgfunc.cpp | 786 RegOperand *X64CGFunc::SelectVectorPairwiseAdalp(Operand *src1, PrimType sty1, Operand *src2, PrimT… in SelectVectorPairwiseAdalp()
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/ |
| D | codegen_fastpath.cpp | 206 …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/ |
| D | cfgo.cpp | 1250 auto *src2 = skipSoloGotoBB(bb2); in TryCrossJumpBB() local
|
| D | cgfunc.cpp | 602 Operand *src2 = cgFunc.HandleExpr(intrnNode, *arg2); /* vector src operand 2 */ in HandleVectorPairwiseAdalp() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | compiler_regalloc_test.cpp | 830 Location src2(Location::Kind::STACK, 30); // It's random number in __anon1e16ecec1202() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/ |
| D | encode.cpp | 830 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/ |
| D | aarch64_cgfunc.cpp | 10820 RegOperand *AArch64CGFunc::SelectVectorPairwiseAdalp(Operand *src1, PrimType sty1, Operand *src2, P… in SelectVectorPairwiseAdalp()
|