Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dmachine_code_test.cpp104 const char src2[] = "world"; in HWTEST_F_L0() local
132 const char src2[] = "world"; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_standardize.cpp54 Operand &src2 = insn.GetOperand(kInsnThirdOpnd); in StdzBasicOp() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode.h239 Reg src2; member
250 Reg src2; member
H A Dencode.cpp297 void Encoder::EncodeRotate([[maybe_unused]] Reg dst, [[maybe_unused]] Reg src1, [[maybe_unused]] Reg src2, in EncodeRotate() argument
374 EncodeMAdd([[maybe_unused]] Reg dst, [[maybe_unused]] Reg src0, [[maybe_unused]] Reg src1, [[maybe_unused]] Reg src2) EncodeMAdd() argument
380 EncodeMSub([[maybe_unused]] Reg dst, [[maybe_unused]] Reg src0, [[maybe_unused]] Reg src1, [[maybe_unused]] Reg src2) EncodeMSub() argument
H A Dencode_visitor.cpp637 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 value in VisitStore() local
2244 auto src2 = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(IMM_2), cmpType); VisitSelect() local
2260 auto src2 = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(IMM_2), cmpType); VisitSelectImm() local
2441 auto src2 = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(IMM_2), type); // first value VisitStoreArrayPair() local
2476 auto src2 = codegen->ConvertRegister(inst->GetSrcReg(2), type); // store value 2 VisitStoreObjectPair() local
2505 auto src2 = enc->GetCodegen()->ConvertRegister(inst->GetSrcReg(IMM_2), type); // second value VisitStoreArrayPairI() local
[all...]
H A Dcodegen.cpp281 IntrinsicSaveTlabStatsSafe([[maybe_unused]] IntrinsicInst *inst, [[maybe_unused]] Reg src1, [[maybe_unused]] Reg src2, [[maybe_unused]] Reg tmp) IntrinsicSaveTlabStatsSafe() argument
/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/
H A Dcodegen_fastpath.cpp206 void CodegenFastPath::IntrinsicSaveTlabStatsSafe([[maybe_unused]] IntrinsicInst *inst, Reg src1, Reg src2, Reg tmp) in IntrinsicSaveTlabStatsSafe() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
H A Dlmir_builder.cpp590 inline Expr CreateBinOpInternal(MIRBuilder &mirBuilder, Opcode op, Type *type, Expr src1, Expr src2) in CreateBinOpInternal() argument
596 Expr LMIRBuilder::Add(Type *type, Expr src1, Expr src2) in Add() argument
601 Expr LMIRBuilder::Sub(Type *type, Expr src1, Expr src2) in Sub() argument
606 Expr LMIRBuilder::Mul(Type *type, Expr src1, Expr src2) in Mul() argument
611 Expr LMIRBuilder::UDiv(Type *type, Expr src1, Expr src2) in UDiv() argument
616 SDiv(Type *type, Expr src1, Expr src2) SDiv() argument
621 SRem(Type *type, Expr src1, Expr src2) SRem() argument
626 Shl(Type *type, Expr src1, Expr src2) Shl() argument
631 LShr(Type *type, Expr src1, Expr src2) LShr() argument
636 AShr(Type *type, Expr src1, Expr src2) AShr() argument
641 And(Type *type, Expr src1, Expr src2) And() argument
646 Or(Type *type, Expr src1, Expr src2) Or() argument
651 Xor(Type *type, Expr src1, Expr src2) Xor() argument
656 Min(Type *type, Expr src1, Expr src2) Min() argument
661 Max(Type *type, Expr src1, Expr src2) Max() argument
666 CreateExprCompare(MIRBuilder &mirBuilder, Opcode op, Type *type, Expr src1, Expr src2) CreateExprCompare() argument
672 ICmp(Type *type, Expr src1, Expr src2, IntCmpCondition cond) ICmp() argument
739 FCmp(Type *type, Expr src1, Expr src2, FloatCmpCondition cond) FCmp() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp830 void Aarch64Encoder::EncodeRotate(Reg dst, Reg src1, Reg src2, bool isRor) in EncodeRotate() argument
2699 EncodeMAdd(Reg dst, Reg src0, Reg src1, Reg src2) EncodeMAdd() argument
2723 EncodeMSub(Reg dst, Reg src0, Reg src1, Reg src2) EncodeMSub() argument
[all...]

Completed in 21 milliseconds