Searched refs:Shl2 (Results 1 – 15 of 15) sorted by relevance
/arkcompiler/ets_frontend/ts2panda/tests/expression/ |
D | operationEqual.test.ts | 28 Shl2, 178 new Shl2(new Imm(2), lhs),
|
D | binary.test.ts | 31 Shl2, 240 new Shl2(new Imm(0), lhs),
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.h | 51 static JSTaggedValue Shl2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
|
D | slow_runtime_stub.cpp | 257 JSTaggedValue SlowRuntimeStub::Shl2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Shl2() function in panda::ecmascript::SlowRuntimeStub 259 INTERPRETER_TRACE(thread, Shl2); in Shl2()
|
D | interpreter-inl.h | 1971 JSTaggedValue res = SlowRuntimeStub::Shl2(thread, left, right); in RunInternal()
|
D | interpreter_assembly.cpp | 1309 JSTaggedValue res = SlowRuntimeStub::Shl2(thread, left, right); in HandleShl2Imm8V8()
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | pandagen.ts | 161 Shl2, 1030 this.add(node, new Shl2(new Imm(0), lhs));
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.h | 194 V(Shl2) \
|
D | runtime_stubs.cpp | 1278 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/ |
D | runtime_call_id.h | 54 V(Shl2) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | operations_stub_builder.cpp | 763 result = CallRuntime(glue, RTSTUB_ID(Shl2), { left, right }); in Shl()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.cpp | 1025 ra_.Emit<Shl2>(node, 0, lhs); in Binary()
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
D | ETSGen.cpp | 1933 BinaryBitwiseArithmetic<Shl2, Shl2Wide>(node, lhs); in Binary()
|
/arkcompiler/runtime_core/static_core/compiler/tests/ |
D | ir_builder_test.cpp | 1884 TEST_F(IrBuilderTest, Shl2) in TEST_F() argument
|
/arkcompiler/runtime_core/compiler/tests/ |
D | ir_builder_test.cpp | 1867 TEST_F(IrBuilderTest, Shl2) in TEST_F() argument
|