| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 598 inline Expr CreateBinOpInternal(MIRBuilder &mirBuilder, Opcode op, Type *type, Expr src1, Expr src2) in CreateBinOpInternal() 604 Expr LMIRBuilder::Add(Type *type, Expr src1, Expr src2) in Add() 609 Expr LMIRBuilder::Sub(Type *type, Expr src1, Expr src2) in Sub() 614 Expr LMIRBuilder::Mul(Type *type, Expr src1, Expr src2) in Mul() 619 Expr LMIRBuilder::UDiv(Type *type, Expr src1, Expr src2) in UDiv() 624 Expr LMIRBuilder::SDiv(Type *type, Expr src1, Expr src2) in SDiv() 629 Expr LMIRBuilder::SRem(Type *type, Expr src1, Expr src2) in SRem() 634 Expr LMIRBuilder::Shl(Type *type, Expr src1, Expr src2) in Shl() 639 Expr LMIRBuilder::LShr(Type *type, Expr src1, Expr src2) in LShr() 644 Expr LMIRBuilder::AShr(Type *type, Expr src1, Expr src2) in AShr() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | machine_code_test.cpp | 106 const char src2[] = "world"; in HWTEST_F_L0() local 135 const char src2[] = "world"; in HWTEST_F_L0() local
|
| /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 | 637 …auto src2 = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(2), DataType::INT32); // length in VisitLoadCompressedStringChar() local 1072 …auto src2 = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(2U), type); // store … in VisitStore() local 2244 auto src2 = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(IMM_2), cmpType); in VisitSelect() local 2260 auto src2 = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(IMM_2), cmpType); in VisitSelectImm() local 2441 auto src2 = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(IMM_2), type); // first value in VisitStoreArrayPair() local 2476 auto src2 = codegen->ConvertRegister(inst->GetSrcReg(2), type); // store value 2 in VisitStoreObjectPair() local 2505 auto src2 = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(IMM_2), type); // second value in VisitStoreArrayPairI() local
|
| /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 | 325 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 __anon8377e3cb1202() 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() 2883 void Aarch64Encoder::EncodeMAdd(Reg dst, Reg src0, Reg src1, Reg src2) in EncodeMAdd() 2907 void Aarch64Encoder::EncodeMSub(Reg dst, Reg src0, Reg src1, Reg src2) in EncodeMSub()
|