Home
last modified time | relevance | path

Searched refs:Shl2 (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/expression/
DoperationEqual.test.ts28 Shl2,
178 new Shl2(new Imm(2), lhs),
Dbinary.test.ts31 Shl2,
240 new Shl2(new Imm(0), lhs),
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h51 static JSTaggedValue Shl2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
Dslow_runtime_stub.cpp257 JSTaggedValue SlowRuntimeStub::Shl2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Shl2() function in panda::ecmascript::SlowRuntimeStub
259 INTERPRETER_TRACE(thread, Shl2); in Shl2()
Dinterpreter-inl.h1971 JSTaggedValue res = SlowRuntimeStub::Shl2(thread, left, right); in RunInternal()
Dinterpreter_assembly.cpp1309 JSTaggedValue res = SlowRuntimeStub::Shl2(thread, left, right); in HandleShl2Imm8V8()
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts161 Shl2,
1030 this.add(node, new Shl2(new Imm(0), lhs));
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h194 V(Shl2) \
Druntime_stubs.cpp1278 DEF_RUNTIME_STUBS(Shl2) in DEF_RUNTIME_STUBS() argument
1280 RUNTIME_STUBS_HEADER(Shl2); in DEF_RUNTIME_STUBS()
1284 auto res = SlowRuntimeStub::Shl2(thread, left, right); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h54 V(Shl2) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Doperations_stub_builder.cpp763 result = CallRuntime(glue, RTSTUB_ID(Shl2), { left, right }); in Shl()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp1025 ra_.Emit<Shl2>(node, 0, lhs); in Binary()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp1933 BinaryBitwiseArithmetic<Shl2, Shl2Wide>(node, lhs); in Binary()
/arkcompiler/runtime_core/static_core/compiler/tests/
Dir_builder_test.cpp1884 TEST_F(IrBuilderTest, Shl2) in TEST_F() argument
/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp1867 TEST_F(IrBuilderTest, Shl2) in TEST_F() argument