Home
last modified time | relevance | path

Searched refs:AddSub (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/tests/
H A Dassembler_aarch64_test.cpp207 HWTEST_F_L0(AssemblerAarch64Test, AddSub) in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
H A Dconstantfold.cpp51 std::optional<IntVal> AddSub(const std::optional<IntVal> &v1, const std::optional<IntVal> &v2, bool isAdd) in AddSub() function
71 return AddSub(v1, v2, true); in operator +()
76 return AddSub(v1, v2, false); in operator -()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Dbc_lowering_test.cpp84 TEST_F(LoweringTest, AddSub) in TEST_F()

Completed in 5 milliseconds