Home
last modified time | relevance | path

Searched full:mul2 (Results 1 – 25 of 31) sorted by relevance

12

/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dmul2.yaml16 - file-name: "mul2"
27 - sig: mul2 v:in:i32
34 mul2 v0
42 description: Check mul2 with zero and various values.
66 - sig: mul2 v:in:i32
73 mul2 v0
81 description: Check mul2 with +1 and various values.
113 - sig: mul2 v:in:i32
120 mul2 v0
128 description: Check mul2 with -1 and various values.
[all …]
Dmul2.64.yaml16 - file-name: "mul2.64"
27 - sig: mul2.64 v:in:i64
34 mul2.64 v0
37 description: Check mul2.64 with zero and various values.
61 - sig: mul2.64 v:in:i64
68 mul2.64 v0
71 description: Check mul2.64 with +1 and various values.
103 - sig: mul2.64 v:in:i64
110 mul2.64 v0
113 description: Check mul2.64 with -1 and various values.
[all …]
Dtemplate.yaml307 - include: 'mul2.64.yaml'
308 - include: 'mul2.yaml'
/arkcompiler/runtime_core/tests/cts-assembly/
Dmath-68.pa18 mul2.64 v0
27 mul2.64 a1
36 mul2.64 v0
47 mul2.64 a1
Dmath-54.pa34 mul2 a1
42 mul2.64 a0
52 mul2.64 a0
64 mul2.64 a1
Dmath-55.pa25 mul2 a1
32 mul2.64 a1
41 mul2.64 a1
Dmath-24.pa14 # assert(5 * 7 == 35) operation --> mul2.64
18 mul2.64 v0
Dmath-53.pa27 mul2.64 a0
/arkcompiler/runtime_core/tests/benchmarks/
D3d-morph.pa54 mul2 v11
111 mul2 v2
113 mul2 v22
Daccess-nsieve.pa40 mul2 a1
/arkcompiler/runtime_core/disassembler/tests/sources/
Dinstructions.pa89 mul2 v2
90 mul2.64 v2
/arkcompiler/runtime_core/tests/irtoc-interpreter-tests/
Daccess-nsieve.pa29 mul2 v1
/arkcompiler/runtime_core/tests/checked/
Daot.pa58 mul2 a0
/arkcompiler/ets_frontend/ts2panda/tests/expression/
DoperationEqual.test.ts26 Mul2,
98 new Mul2(new Imm(2), lhs),
Dbinary.test.ts28 Mul2,
184 new Mul2(new Imm(0), lhs),
/arkcompiler/runtime_core/docs/
DPBC2IR.md60 | mul2 | i32 Mul |
61 | mul2.64 | i64 Mul |
/arkcompiler/ets_runtime/ecmascript/ic/tests/
Dic_binaryop_test.cpp170 …JSTaggedValue resInSlowPath1 = SlowRuntimeStub::Mul2(thread, arg1.GetTaggedValue(), arg2.GetTagged… in HWTEST_F_L0()
176 …JSTaggedValue resInSlowPath2 = SlowRuntimeStub::Mul2(thread, arg2.GetTaggedValue(), arg3.GetTagged… in HWTEST_F_L0()
182 …JSTaggedValue resInSlowPath3 = SlowRuntimeStub::Mul2(thread, arg1.GetTaggedValue(), JSTaggedValue:… in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.h42 static JSTaggedValue Mul2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
Dslow_runtime_stub.cpp167 JSTaggedValue SlowRuntimeStub::Mul2(JSThread *thread, JSTaggedValue left, JSTaggedValue right) in Mul2() function in panda::ecmascript::SlowRuntimeStub
169 INTERPRETER_TRACE(thread, Mul2); in Mul2()
/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts153 Mul2,
1014 this.add(node, new Mul2(new Imm(0), lhs));
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h226 V(Mul2) \
Druntime_stubs.cpp1375 DEF_RUNTIME_STUBS(Mul2) in DEF_RUNTIME_STUBS() argument
1377 RUNTIME_STUBS_HEADER(Mul2); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/
Druntime_call_id.h43 V(Mul2) \
/arkcompiler/ets_runtime/ecmascript/compiler/
Doperations_stub_builder.cpp522 result = CallRuntime(glue, RTSTUB_ID(Mul2), { left, right }); in Mul()
/arkcompiler/runtime_core/compiler/tests/
Dir_builder_test.cpp1658 // Checks the build of the mul2 instruction
1659 TEST_F(IrBuilderTest, Mul2) in TEST_F() argument
1664 mul2 a1 in TEST_F()
1684 // Checks the build of the mul2.64 instruction
1690 mul2.64 a1 in TEST_F()

12