| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 609 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/ |
| D | machine_code_test.cpp | 103 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/ |
| D | encode.h | 241 Reg src2; member 252 Reg src2; member
|
| D | encode_visitor.cpp | 639 …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
|
| D | encode.cpp | 308 …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/ |
| D | x64_standardize.cpp | 52 Operand &src2 = insn.GetOperand(kInsnThirdOpnd); in StdzBasicOp() local
|
| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/ |
| D | codegen_fastpath.cpp | 324 auto src2 = src[SECOND_OPERAND]; in EmitWriteTlabStatsSafeIntrinsic() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | compiler_regalloc_test.cpp | 830 Location src2(Location::Kind::STACK, 30); // It's random number in __anonbbc8952d1202() 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() 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()
|