Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp609 inline Expr CreateBinOpInternal(MIRBuilder &mirBuilder, Opcode op, Type *type, Expr src1, Expr src2) in CreateBinOpInternal()
615 Expr LMIRBuilder::Add(Type *type, Expr src1, Expr src2) in Add()
620 Expr LMIRBuilder::Sub(Type *type, Expr src1, Expr src2) in Sub()
625 Expr LMIRBuilder::Mul(Type *type, Expr src1, Expr src2) in Mul()
630 Expr LMIRBuilder::UDiv(Type *type, Expr src1, Expr src2) in UDiv()
635 Expr LMIRBuilder::SDiv(Type *type, Expr src1, Expr src2) in SDiv()
640 Expr LMIRBuilder::SRem(Type *type, Expr src1, Expr src2) in SRem()
645 Expr LMIRBuilder::Shl(Type *type, Expr src1, Expr src2) in Shl()
650 Expr LMIRBuilder::LShr(Type *type, Expr src1, Expr src2) in LShr()
655 Expr LMIRBuilder::AShr(Type *type, Expr src1, Expr src2) in AShr()
[all …]
/arkcompiler/ets_runtime/ecmascript/tests/
Dmachine_code_test.cpp103 const char src2[] = "world"; in HWTEST_F_L0() local
131 const char src2[] = "world"; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dencode.h241 Reg src2; member
252 Reg src2; member
Dencode_visitor.cpp639 …auto src2 = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(2), DataType::INT32); // length in VisitLoadCompressedStringChar() local
1075 …auto src2 = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(2U), type); // store … in VisitStore() local
2239 auto src2 = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(IMM_2), cmpType); in VisitSelect() local
2255 auto src2 = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(IMM_2), cmpType); in VisitSelectImm() local
2436 auto src2 = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(IMM_2), type); // first value in VisitStoreArrayPair() local
2471 auto src2 = codegen->ConvertRegister(inst->GetSrcReg(2), type); // store value 2 in VisitStoreObjectPair() local
2500 auto src2 = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(IMM_2), type); // second value in VisitStoreArrayPairI() local
Dencode.cpp308 …coder::EncodeRotate([[maybe_unused]] Reg dst, [[maybe_unused]] Reg src1, [[maybe_unused]] Reg src2, in EncodeRotate()
391 [[maybe_unused]] Reg src2) in EncodeMAdd()
397 [[maybe_unused]] Reg src2) in EncodeMSub()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_standardize.cpp52 Operand &src2 = insn.GetOperand(kInsnThirdOpnd); in StdzBasicOp() local
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
Dcodegen_fastpath.cpp324 auto src2 = src[SECOND_OPERAND]; in EmitWriteTlabStatsSafeIntrinsic() local
/arkcompiler/runtime_core/compiler/tests/
Dcompiler_regalloc_test.cpp830 Location src2(Location::Kind::STACK, 30); // It's random number in __anonbbc8952d1202() 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()
2946 void Aarch64Encoder::EncodeMAdd(Reg dst, Reg src0, Reg src1, Reg src2) in EncodeMAdd()
2970 void Aarch64Encoder::EncodeMSub(Reg dst, Reg src0, Reg src1, Reg src2) in EncodeMSub()