Home
last modified time | relevance | path

Searched refs:Mul2 (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_binaryop_test.cpp169 JSTaggedValue resInSlowPath1 = SlowRuntimeStub::Mul2(thread, arg1.GetTaggedValue(), arg2.GetTaggedValue()); in HWTEST_F_L0()
175 JSTaggedValue resInSlowPath2 = SlowRuntimeStub::Mul2(thread, arg2.GetTaggedValue(), arg3.GetTaggedValue()); in HWTEST_F_L0()
181 JSTaggedValue resInSlowPath3 = SlowRuntimeStub::Mul2(thread, arg1.GetTaggedValue(), JSTaggedValue::True()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h364 V(Mul2) \
H A Druntime_stubs.cpp2260 DEF_RUNTIME_STUBS(Mul2) in DEF_RUNTIME_STUBS()
2262 RUNTIME_STUBS_HEADER(Mul2); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h42 static JSTaggedValue Mul2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
H A Dslow_runtime_stub.cpp142 JSTaggedValue SlowRuntimeStub::Mul2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Mul2() function in panda::ecmascript::SlowRuntimeStub
144 INTERPRETER_TRACE(thread, Mul2); in Mul2()
H A Dinterpreter-inl.cpp1787 JSTaggedValue res = SlowRuntimeStub::Mul2(thread, left, right); in RunInternal()
H A Dinterpreter_assembly.cpp1040 JSTaggedValue res = SlowRuntimeStub::Mul2(thread, left, right); in HandleMul2Imm8V8()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h43 V(Mul2) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Doperations_stub_builder.cpp638 result = CallRuntime(glue, RTSTUB_ID(Mul2), { left, right }); in Mul()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp998 ra_.Emit<Mul2>(node, 0, lhs); in Binary()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp2003 BinaryArithmetic<Mul2, Mul2Wide, Fmul2, Fmul2Wide>(node, lhs); in BinaryArithmLogic()
/arkcompiler/runtime_core/compiler/tests/
H A Dir_builder_test.cpp1659 TEST_F(IrBuilderTest, Mul2) in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dir_builder_test.cpp1681 TEST_F(IrBuilderTest, Mul2) in TEST_F()

Completed in 65 milliseconds