| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | mul2.yaml | 16 - 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 …]
|
| D | mul2.64.yaml | 16 - 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 …]
|
| D | template.yaml | 307 - include: 'mul2.64.yaml' 308 - include: 'mul2.yaml'
|
| /arkcompiler/runtime_core/tests/cts-assembly/ |
| D | math-68.pa | 18 mul2.64 v0 27 mul2.64 a1 36 mul2.64 v0 47 mul2.64 a1
|
| D | math-54.pa | 34 mul2 a1 42 mul2.64 a0 52 mul2.64 a0 64 mul2.64 a1
|
| D | math-55.pa | 25 mul2 a1 32 mul2.64 a1 41 mul2.64 a1
|
| D | math-24.pa | 14 # assert(5 * 7 == 35) operation --> mul2.64 18 mul2.64 v0
|
| D | math-53.pa | 27 mul2.64 a0
|
| /arkcompiler/runtime_core/tests/benchmarks/ |
| D | 3d-morph.pa | 54 mul2 v11 111 mul2 v2 113 mul2 v22
|
| D | access-nsieve.pa | 40 mul2 a1
|
| /arkcompiler/runtime_core/disassembler/tests/sources/ |
| D | instructions.pa | 89 mul2 v2 90 mul2.64 v2
|
| /arkcompiler/runtime_core/tests/irtoc-interpreter-tests/ |
| D | access-nsieve.pa | 29 mul2 v1
|
| /arkcompiler/runtime_core/tests/checked/ |
| D | aot.pa | 58 mul2 a0
|
| /arkcompiler/ets_frontend/ts2panda/tests/expression/ |
| D | operationEqual.test.ts | 26 Mul2, 98 new Mul2(new Imm(2), lhs),
|
| D | binary.test.ts | 28 Mul2, 184 new Mul2(new Imm(0), lhs),
|
| /arkcompiler/runtime_core/docs/ |
| D | PBC2IR.md | 60 | mul2 | i32 Mul | 61 | mul2.64 | i64 Mul |
|
| /arkcompiler/ets_runtime/ecmascript/ic/tests/ |
| D | ic_binaryop_test.cpp | 170 …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/ |
| D | slow_runtime_stub.h | 42 static JSTaggedValue Mul2(JSThread *thread, JSTaggedValue left, JSTaggedValue right);
|
| D | slow_runtime_stub.cpp | 167 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/ |
| D | pandagen.ts | 153 Mul2, 1014 this.add(node, new Mul2(new Imm(0), lhs));
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.h | 226 V(Mul2) \
|
| D | runtime_stubs.cpp | 1375 DEF_RUNTIME_STUBS(Mul2) in DEF_RUNTIME_STUBS() argument 1377 RUNTIME_STUBS_HEADER(Mul2); in DEF_RUNTIME_STUBS()
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | runtime_call_id.h | 43 V(Mul2) \
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | operations_stub_builder.cpp | 522 result = CallRuntime(glue, RTSTUB_ID(Mul2), { left, right }); in Mul()
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | ir_builder_test.cpp | 1658 // 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()
|