Searched refs:Ashr2 (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 257 V(Ashr2) \
|
H A D | runtime_stubs.cpp | 1443 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 D | slow_runtime_stub.h | 53 static JSTaggedValue Ashr2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
|
H A D | slow_runtime_stub.cpp | 252 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 D | interpreter-inl.cpp | 2071 JSTaggedValue res = SlowRuntimeStub::Ashr2(thread, left, right); in RunInternal()
|
H A D | interpreter_assembly.cpp | 1383 JSTaggedValue res = SlowRuntimeStub::Ashr2(thread, left, right);
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | runtime_call_id.h | 56 V(Ashr2) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | operations_stub_builder.cpp | 958 result = CallRuntime(glue, RTSTUB_ID(Ashr2), { left, right }); in Ashr()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
H A D | pandagen.cpp | 1023 ra_.Emit<Ashr2>(node, 0, lhs); in Binary()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | ETSGen.cpp | 1952 BinaryBitwiseArithmetic<Ashr2, Ashr2Wide>(node, lhs); in BinaryLogic()
|
/arkcompiler/runtime_core/compiler/tests/ |
H A D | ir_builder_test.cpp | 1971 TEST_F(IrBuilderTest, Ashr2) in TEST_F()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | ir_builder_test.cpp | 1993 TEST_F(IrBuilderTest, Ashr2) in TEST_F()
|
Completed in 57 milliseconds