Home
last modified time | relevance | path

Searched refs:ADD (Results 1 - 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_set_test.cpp76 ADD, member in panda::test::AlgorithmType
81 uint32_t argLen = 8, AlgorithmType type = AlgorithmType::ADD) in SetAlgorithm()
92 case AlgorithmType::ADD: in SetAlgorithm()
181 SetAlgorithm(thread, jsSetTag, args, 6, AlgorithmType::ADD); in HWTEST_F_L0()
200 auto result1 = SetAlgorithm(thread, set.GetTaggedValue(), args, 6, AlgorithmType::ADD); in HWTEST_F_L0()
237 auto result1 = SetAlgorithm(thread, set.GetTaggedValue(), args, 6, AlgorithmType::ADD); in HWTEST_F_L0()
H A Dbuiltins_shared_set_test.cpp88 ADD, member in panda::test::AlgorithmType
93 uint32_t argLen = 8, AlgorithmType type = AlgorithmType::ADD) in SharedSetAlgorithm()
104 case AlgorithmType::ADD: in SharedSetAlgorithm()
221 SharedSetAlgorithm(thread, jsSetTag, args, 6, AlgorithmType::ADD); in HWTEST_F_L0()
240 auto result1 = SharedSetAlgorithm(thread, set.GetTaggedValue(), args, 6, AlgorithmType::ADD); in HWTEST_F_L0()
277 auto result1 = SharedSetAlgorithm(thread, set.GetTaggedValue(), args, 6, AlgorithmType::ADD); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dlcr_opcodes.h22 V(Add, ADD, GateFlags::NONE_FLAG, 0, 0, 2) \
H A Dlcr_circuit_builder.h295 if (Op == OpCode::ADD) { in BinaryOp()
309 if (Op == OpCode::ADD) { in BinaryOpWithOverflow()
H A Dconstant_folding.cpp32 case OpCode::ADD: in VisitGate()
H A Dgate_matchers.h366 case OpCode::ADD: in IsCommutative()
H A Dgate.cpp133 case OpCode::ADD: in CheckValueInput()
H A Dinstruction_combine.cpp34 case OpCode::ADD: in VisitGate()
H A Dstub_builder.cpp7470 if (Op == OpCode::ADD) { // Try string Add in FastBinaryOp()
7583 return FastAddSubAndMul<OpCode::ADD>(glue, left, right, callback); in FastAdd()
/arkcompiler/ets_runtime/ecmascript/compiler/tests/
H A Dinstruction_combine_test.cpp263 EXPECT_EQ(m.Opcode(), OpCode::ADD); in HWTEST_F_L0()
272 // The opcode should be ADD if the subtraction is reinterpreted as addition with -k. in HWTEST_F_L0()
276 EXPECT_EQ(m.Opcode(), OpCode::ADD); in HWTEST_F_L0()
334 EXPECT_EQ(m.Opcode(), OpCode::ADD); in HWTEST_F_L0()
344 // The opcode should be ADD if the subtraction is reinterpreted as addition with -k. in HWTEST_F_L0()
348 EXPECT_EQ(m.Opcode(), OpCode::ADD); in HWTEST_F_L0()
788 EXPECT_EQ(m.Opcode(), OpCode::ADD); in HWTEST_F_L0()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dlowering.cpp278 // 5.signed ADD v4, v0 -> {v6} in ReplaceSignedDivPowerOfTwo()
833 using MAddMatcher = ADD<MUL<SRC0, SRC1, Flags::S>, SRC2>; in LowerMultiplyAddSub()
836 ADD<BinaryOp<Opcode::MNeg, SRC0, SRC1, Flags::S>, SRC2>>; in LowerMultiplyAddSub()
838 AnyOf<ADD<MUL<NEG<SRC0, Flags::S>, SRC1, Flags::S>, SRC2>, in LowerMultiplyAddSub()
839 ADD<NEG<MUL<SRC0, SRC1, Flags::S>, Flags::S>, SRC2>>; in LowerMultiplyAddSub()
H A Dlowering.h295 using ADD = BinaryOp<Opcode::Add, L, R, F | Flags::COMMUTATIVE>;
/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Dcompilation.cpp97 return instr->Mask(vixl::aarch64::AddSubOpMask) == vixl::aarch64::ADD && (instr->GetRd() == SP_REG); in CheckSPAdd()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Descompat_Atomics.cpp188 FOR_ALL_TYPES(ADD)
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp374 case OpCode::ADD: in HandleBB()
376 InsertUsedOpcodeSet(usedOpcodeSet, OpCode::ADD); in HandleBB()
2581 if (op == OpCode::ADD) { in CheckDerivedPhi()
2625 if (op == OpCode::ADD) { in FindBaseRefForPhi()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp185 {OpCode::ADD, &LLVMIRBuilder::HandleAdd}, in InitializeHandlers()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js16945 t[t.ADD = 0] = "ADD";
18994 constructor(t = !1, e = Ls.ONE, i = Ls.ZERO, s = Fs.ADD, n = Ls.ONE, r = Ls.ZERO, o = Fs.ADD, a = Vs.ALL) {
18999 this._blendEq = Fs.ADD;
19002 this._blendAlphaEq = Fs.ADD;
19064 this.assignProperties(!1, Ls.ONE, Ls.ZERO, Fs.ADD, Ls.ONE, Ls.ZERO, Fs.ADD, Vs.ALL);
[all...]

Completed in 74 milliseconds