Home
last modified time | relevance | path

Searched refs:Div2 (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/tests/
H A Dic_binaryop_test.cpp200 JSTaggedValue resInSlowPath1 = SlowRuntimeStub::Div2(thread, arg3.GetTaggedValue(), arg2.GetTaggedValue()); in HWTEST_F_L0()
206 JSTaggedValue resInSlowPath2 = SlowRuntimeStub::Div2(thread, arg2.GetTaggedValue(), arg3.GetTaggedValue()); in HWTEST_F_L0()
212 JSTaggedValue resInSlowPath3 = SlowRuntimeStub::Div2(thread, arg1.GetTaggedValue(), arg2.GetTaggedValue()); in HWTEST_F_L0()
218 JSTaggedValue resInSlowPath4 = SlowRuntimeStub::Div2(thread, arg2.GetTaggedValue(), JSTaggedValue::True()); in HWTEST_F_L0()
224 JSTaggedValue resInSlowPath5 = SlowRuntimeStub::Div2(thread, arg4.GetTaggedValue(), JSTaggedValue::False()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h365 V(Div2) \
H A Druntime_stubs.cpp2268 DEF_RUNTIME_STUBS(Div2) in DEF_RUNTIME_STUBS()
2270 RUNTIME_STUBS_HEADER(Div2); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_binary_op.h197 auto res = SlowRuntimeStub::Div2(thread, left, right); in DivWithTSType()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h43 static JSTaggedValue Div2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
H A Dslow_runtime_stub.cpp152 JSTaggedValue SlowRuntimeStub::Div2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Div2() function in panda::ecmascript::SlowRuntimeStub
154 INTERPRETER_TRACE(thread, Div2); in Div2()
H A Dinterpreter-inl.cpp1806 JSTaggedValue slowRes = SlowRuntimeStub::Div2(thread, left, right); in RunInternal()
H A Dinterpreter_assembly.cpp1063 JSTaggedValue slowRes = SlowRuntimeStub::Div2(thread, left, right); in HandleDiv2Imm8V8()
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h44 V(Div2) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Doperations_stub_builder.cpp659 result = CallRuntime(glue, RTSTUB_ID(Div2), { left, right }); in Div()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1003 ra_.Emit<Div2>(node, 0, lhs); in Binary()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp2009 BinaryArithmetic<Div2, Div2Wide, Fdiv2, Fdiv2Wide>(node, lhs); in BinaryArithmLogic()
/arkcompiler/runtime_core/compiler/tests/
H A Dir_builder_test.cpp2023 TEST_F(IrBuilderTest, Div2) in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dir_builder_test.cpp2045 TEST_F(IrBuilderTest, Div2) in TEST_F()

Completed in 61 milliseconds