Searched refs:Div2 (Results 1 - 14 of 14) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ic/tests/ |
H A D | ic_binaryop_test.cpp | 200 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 D | runtime_stub_list.h | 365 V(Div2) \
|
H A D | runtime_stubs.cpp | 2268 DEF_RUNTIME_STUBS(Div2) in DEF_RUNTIME_STUBS() 2270 RUNTIME_STUBS_HEADER(Div2); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/ic/ |
H A D | ic_binary_op.h | 197 auto res = SlowRuntimeStub::Div2(thread, left, right); in DivWithTSType()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.h | 43 static JSTaggedValue Div2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
|
H A D | slow_runtime_stub.cpp | 152 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 D | interpreter-inl.cpp | 1806 JSTaggedValue slowRes = SlowRuntimeStub::Div2(thread, left, right); in RunInternal()
|
H A D | interpreter_assembly.cpp | 1063 JSTaggedValue slowRes = SlowRuntimeStub::Div2(thread, left, right); in HandleDiv2Imm8V8()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 44 V(Div2) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | operations_stub_builder.cpp | 659 result = CallRuntime(glue, RTSTUB_ID(Div2), { left, right }); in Div()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.cpp | 1003 ra_.Emit<Div2>(node, 0, lhs); in Binary()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | ETSGen.cpp | 2009 BinaryArithmetic<Div2, Div2Wide, Fdiv2, Fdiv2Wide>(node, lhs); in BinaryArithmLogic()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | ir_builder_test.cpp | 2023 TEST_F(IrBuilderTest, Div2) in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | ir_builder_test.cpp | 2045 TEST_F(IrBuilderTest, Div2) in TEST_F()
|
Completed in 61 milliseconds