Searched refs:Mul2 (Results 1 - 13 of 13) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_binaryop_test.cpp | 169 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 D | runtime_stub_list.h | 364 V(Mul2) \
|
H A D | runtime_stubs.cpp | 2260 DEF_RUNTIME_STUBS(Mul2) in DEF_RUNTIME_STUBS() 2262 RUNTIME_STUBS_HEADER(Mul2); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 42 static JSTaggedValue Mul2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
|
H A D | slow_runtime_stub.cpp | 142 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 D | interpreter-inl.cpp | 1787 JSTaggedValue res = SlowRuntimeStub::Mul2(thread, left, right); in RunInternal()
|
H A D | interpreter_assembly.cpp | 1040 JSTaggedValue res = SlowRuntimeStub::Mul2(thread, left, right); in HandleMul2Imm8V8()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 43 V(Mul2) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | operations_stub_builder.cpp | 638 result = CallRuntime(glue, RTSTUB_ID(Mul2), { left, right }); in Mul()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.cpp | 998 ra_.Emit<Mul2>(node, 0, lhs); in Binary()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | ETSGen.cpp | 2003 BinaryArithmetic<Mul2, Mul2Wide, Fmul2, Fmul2Wide>(node, lhs); in BinaryArithmLogic()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | ir_builder_test.cpp | 1659 TEST_F(IrBuilderTest, Mul2) in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | ir_builder_test.cpp | 1681 TEST_F(IrBuilderTest, Mul2) in TEST_F()
|
Completed in 65 milliseconds