/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
H A D | builtins_set_test.cpp | 76 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 D | builtins_shared_set_test.cpp | 88 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 D | lcr_opcodes.h | 22 V(Add, ADD, GateFlags::NONE_FLAG, 0, 0, 2) \
|
H A D | lcr_circuit_builder.h | 295 if (Op == OpCode::ADD) { in BinaryOp() 309 if (Op == OpCode::ADD) { in BinaryOpWithOverflow()
|
H A D | constant_folding.cpp | 32 case OpCode::ADD: in VisitGate()
|
H A D | gate_matchers.h | 366 case OpCode::ADD: in IsCommutative()
|
H A D | gate.cpp | 133 case OpCode::ADD: in CheckValueInput()
|
H A D | instruction_combine.cpp | 34 case OpCode::ADD: in VisitGate()
|
H A D | stub_builder.cpp | 7470 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 D | instruction_combine_test.cpp | 263 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 D | lowering.cpp | 278 // 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 D | lowering.h | 295 using ADD = BinaryOp<Opcode::Add, L, R, F | Flags::COMMUTATIVE>;
|
/arkcompiler/runtime_core/static_core/irtoc/backend/ |
H A D | compilation.cpp | 97 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 D | escompat_Atomics.cpp | 188 FOR_ALL_TYPES(ADD)
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/ |
H A D | litecg_ir_builder.cpp | 374 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 D | llvm_ir_builder.cpp | 185 {OpCode::ADD, &LLVMIRBuilder::HandleAdd}, in InitializeHandlers()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | 16945 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...] |