Home
last modified time | relevance | path

Searched refs:Ashr2 (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h257 V(Ashr2) \
H A Druntime_stubs.cpp1443 DEF_RUNTIME_STUBS(Ashr2) in DEF_RUNTIME_STUBS()
1445 RUNTIME_STUBS_HEADER(Ashr2); in DEF_RUNTIME_STUBS()
1449 auto res = SlowRuntimeStub::Ashr2(thread, left, right); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.h53 static JSTaggedValue Ashr2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
H A Dslow_runtime_stub.cpp252 JSTaggedValue SlowRuntimeStub::Ashr2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Ashr2() function in panda::ecmascript::SlowRuntimeStub
254 INTERPRETER_TRACE(thread, Ashr2); in Ashr2()
H A Dinterpreter-inl.cpp2071 JSTaggedValue res = SlowRuntimeStub::Ashr2(thread, left, right); in RunInternal()
H A Dinterpreter_assembly.cpp1383 JSTaggedValue res = SlowRuntimeStub::Ashr2(thread, left, right);
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h56 V(Ashr2) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Doperations_stub_builder.cpp958 result = CallRuntime(glue, RTSTUB_ID(Ashr2), { left, right }); in Ashr()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp1023 ra_.Emit<Ashr2>(node, 0, lhs); in Binary()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp1952 BinaryBitwiseArithmetic<Ashr2, Ashr2Wide>(node, lhs); in BinaryLogic()
/arkcompiler/runtime_core/compiler/tests/
H A Dir_builder_test.cpp1971 TEST_F(IrBuilderTest, Ashr2) in TEST_F()
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dir_builder_test.cpp1993 TEST_F(IrBuilderTest, Ashr2) in TEST_F()

Completed in 57 milliseconds